New-OBPolicy
Updated: April 4, 2013
Applies To: Windows Server 2012
New-OBPolicy
Syntax
New-OBPolicy [ <CommonParameters>]
Detailed Description
The New-OBPolicy cmdlet creates a new, empty backup policy (OBPolicy object).
Other cmdlets can be used to define what items will be included or excluded in backups, when the backups will run, and where backups will be stored. Then, use the Set-OBPolicy cmdlet to make the new policy the one that will be used for scheduled backups.
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
