Install-MBSAgent
Install MBS backup agent on a local machine
Install-MBSAgent
[[-URL] <String>]
[-Force]
[<CommonParameters>]
Description
Cmdlet installs MBS backup agent on a local machine
Examples
Example 1: Install the MBS backup agent.
This example installs backup agent from the specified URL.
Install-MBSAgent -URL https://s3.amazonaws.com/cb_setups/MBS/XXXXXXXX-XXXX-
XXXX-XXXX-XXXXXXXXXXX/CompanyName_vX.X.X.XX.exe
Example 2: Force to reinstall the MBS backup agent.
This example reinstalls agent if the agent already installed.
Install-MBSAgent -URL https://s3.amazonaws.com/cb_setups/MBS/XXXXXXXX-XXXX-
XXXX-XXXX-XXXXXXXXXXX/CompanyName_vX.X.X.XX.exe -Force
Parameters
-URL
MBS agent URL. Copy the link from MBS portal in Download section.
Type | String[ ] |
Required: | true |
Position | 1 |
Default value: | None |
Accept pipeline input: | True (ByPropertyName, ByValue) |
Accept wildcard characters: | False |
-Force
Force to reinstall the agent.
Type | SwitchParameter |
Required: | true |
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).