This topic has not yet been rated - Rate this topic

Get-OBAlternateBackupServer

Updated: April 4, 2013

Applies To: Windows Server 2012

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.

To use Windows Azure Backup cmdlets, the user must be a member of the Administrators group or Backup Operators group.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters.

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

Related topics

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.