< Back

Remove-MBSAgent

Sat Jan 18, 2020 4:48 pm

NAME Remove-MBSAgent



SYNOPSIS

Removes MBS backup agent from a local machine.





SYNTAX

Remove-MBSAgent [-Force] [<CommonParameters>]





DESCRIPTION

Cmdlet silently removes MBS backup agent on a local machine.





PARAMETERS

-Force [<SwitchParameter>]



Required? false

Position? named

Default value False

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

None





OUTPUTS

String





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



PS C:>Remove-MBSAgent



Are you sure you want to perform this action?

Performing the operation "Remove-MBSAgent" on target "the backup agent"

[Y] Yes [N] No (default is "N"):Y



The backup agent has been uninstalled.









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



PS C:>Remove-MBSAgent -Force



The backup agent has been uninstalled.











RELATED LINKS