Skip to content

Stop-GSDriveFileUpload

SYNOPSIS

Stops all Drive file uploads in progress and disposes of all streams.

SYNTAX

Stop-GSDriveFileUpload [-Successful] [<CommonParameters>]

DESCRIPTION

Stops all Drive file uploads in progress and disposes of all streams.

EXAMPLES

EXAMPLE 1

Stop-GSDriveFileUpload

Stops all Drive file uploads in progress and disposes of all streams.

PARAMETERS

-Successful

If $true, hides any failed task verbose output

Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Back to top