New-WBPolicy

Creates a backup policy object.

Syntax

New-WBPolicy []

Description

The New-WBPolicy cmdlet creates a backup policy object. The new backup policy object does not contain information about the volumes included in the policy, the files in the backup, the backup target, or any scheduled times.

To make a new policy for scheduled backups, use the Set-WBPolicy cmdlet to define what items to include or exclude in backups, when to run backups, and where to store backups. To make a one-time backup from policy settings, use the Start-WBBackup cmdlet.

To use this cmdlet, you must be a member of the Administrators group or Backup Operators group.

Examples

Example 1: Create a backup policy

PS C:\> $Policy = New-WBPolicy

This command creates an empty WBPolicy object and saves it in the $Policy variable. Use the WBPolicy object to specify the settings for backup.

Inputs

None

None

Outputs

WBPolicy

The New-WBPolicy object generates an empty WBPolicy object in edit mode.