Get-OBAlternateBackupServer

Get-OBAlternateBackupServer

Gets the array of OBAlternateBackupServer objects.

Syntax

Get-OBAlternateBackupServer [ <CommonParameters>]

Detailed Description

The Get-OBAlternateBackupServer gets the array of OBBackupServer objects. This array represents all of the servers that are associated with the specified backup account except for the local server. Valid credentials are required in order to obtain this array.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.Internal.CloudBackup.Commands.OBBackupServer

Examples

Example 1: Get all backup servers

This command gets all of the backup servers that are associated with the backup account.

PS C:\> Get-OBAlternateBackupServer

ConvertTo-SecureString

New-Object