Get-OBPolicy
Updated: April 4, 2013
Applies To: Windows Server 2012
Get-OBPolicy
Syntax
Get-OBPolicy [ <CommonParameters>]
Detailed Description
The Get-OBPolicy cmdlet gets the current backup policy that is set for the server, including the details about scheduling backups, files included in the backup, and retention policy.
Once the changes have been made to the policy object, the updated policy should be set as the current one using the Set-OBPolicy cmdlet.
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.OBPolicy[]
Examples
EXAMPLE 1
Related topics
