Get-OBAlternateBackupServer

Get-OBAlternateBackupServer

Gets the array of OBAlternateBackupServer objects.

Syntax

Parameter Set: Default
Get-OBAlternateBackupServer [-VaultCredentials] <String> [ <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. Vault credentials are required in order to obtain this array.

Parameters

-VaultCredentials<String>

Specifies a vault credentials file. You must include the full path to the file and the file name.

Aliases

none

Required?

true

Position?

2

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. 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

This example gets the backup server.

PS C:\> Get-OBAlternateBackupServer –VaultCredentials "D:\CredentialsFile. vaultcredentials"

ConvertTo-SecureString

New-Object