Get-MBSAPIBuild
Get a list of available backupagent downloads.
Get-MBSAPIBuild
[[-Type] <String>]
[[-ProfileName] <String>]
[<CommonParameters>]
Examples
Example 1: List all available backup agentsagent builds.
PS C:\> Get-MBSAPIBuild -ProfileName profile
Example 2: Get available build version and link for Ubuntu operating systemWindows backup agent.only
PS C:\> Get-MBSAPIBuild -Type Windows -ProfileName profile
PS C:\> Get-MBSAPIBuild -Type Ubuntu -ProfileName profile
Example 3: Get available build version and link for RMM agent.
PS C:\> Get-MBSAPIBuild -Type RMM -ProfileName profile
Parameters
-Type
Build operating system type
Type | String |
Required: | false |
Position: | 1 |
Accepted values: | Ubuntu, Windows, VM_Edition, RedHat, macOS |
Default value: | |
Accept pipeline input: | false |
Accept wildcard characters: | false |
Build type
Type | String |
Required: | false |
Position: | 1 |
Accepted values: | Windows, VMEdition, LinuxDEB, LinuxRPM, macOS, RMM |
Default value: | |
Accept pipeline input: | false |
Accept wildcard characters: | false |
-ProfileName