< Back

Stop-MBSBackupPlan

Sat Jan 18, 2020 4:48 pm

NAME Stop-MBSBackupPlan



SYNOPSIS

Stop running backup plans.





SYNTAX

Stop-MBSBackupPlan [[-ID] <String>] [[-Name] <String>] [[-MasterPassword] <SecureString>] [<CommonParameters>]





DESCRIPTION

The Stop-MBSBackupPlan cmdlet stop a backup plan with specified ID or Name.





PARAMETERS

-ID <String>



Required? false

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Name <String>



Required? false

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-MasterPassword <SecureString>



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String[]

System.String





OUTPUTS

System.String[]





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Stop-MBSBackupPlan -Name "Backup VMware"



Stop running backup plan by name.









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Stop-MBSBackupPlan -ID ed2e0d37-5ec2-49e1-a381-d2246b3108ec



Stop running backup plan by the plan ID.









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-MBSBackupPlan -StorageType Local -PlanType VMware | Stop-MBSBackupPlan



Stop running VMware backup plans with local backup storages type.









-------------------------- EXAMPLE 4 --------------------------



PS C:\\>Get-MBSBackupPlan -StorageType All -PlanType VMware | Stop-MBSBackupPlan



Stop running VMware backup plans with all backup storages type.











RELATED LINKS