< Back

Install-MBSAgent

Sat Jan 18, 2020 4:48 pm

NAME Install-MBSAgent



SYNOPSIS

Install MBS backup agent on a local machine





SYNTAX

Install-MBSAgent [-URL] <String> [-Force] [<CommonParameters>]





DESCRIPTION

Cmdlet installs MBS backup agent on a local machine





PARAMETERS

-URL <String>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



-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

None





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



PS C:\\>Install-MBSAgent -URL

https://s3.amazonaws.com/cb_setups/MBS/ ... X.X.XX.exe



Install the MBS backup agent.









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



PS C:\\>Install-MBSAgent -URL

https://s3.amazonaws.com/cb_setups/MBS/ ... X.X.XX.exe -Force



Force to reinstall the MBS backup agent.











RELATED LINKS