Get-OBRecoverableSource
Updated: April 4, 2013
Applies To: Windows Server 2012
Get-OBRecoverableSource
Syntax
Parameter Set: Default Get-OBRecoverableSource [[-Server] <CBBackupServer> ] [ <CommonParameters>]
Detailed Description
The Get-OBRecoverableSource cmdlet gets the list of datasources recoverable from this server or the specified OBBackupServer object. This list is then used to get item level recovery.
To use Windows Azure Backup cmdlets, the user must be a member of the Administrators group or Backup Operators group.
Parameters
-Server<CBBackupServer>
Specifies the server from which data needs to be recovered.
|
Aliases |
none |
|
Required? |
false |
|
Position? |
1 |
|
Default Value |
none |
|
Accept Pipeline Input? |
True (ByValue) |
|
Accept Wildcard Characters? |
false |
<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.OBRecoverableSource[]
Examples
Example 1: Get recoverable data sources
Example 2: Get recoverable data sources for backup servers
This command returns the recoverable data sources for the backup servers that are associated with the backup account.
PS C:\> Get-OBAlternateBackupServer | Get-OBRecoverableSource
Related topics
