Get-OBSchedule
Updated: April 4, 2013
Applies To: Windows Server 2012
Get-OBSchedule
Syntax
Parameter Set: Default Get-OBSchedule [-Policy] <CBPolicy> [ <CommonParameters>]
Detailed Description
The Get-OBSchedule cmdlet gets the current schedule for backups in the backup policy (OBPolicy object). Backups are run at the times specified in the schedule. To change the schedule, use the Set-OBSchedule cmdlet.
To use Windows Azure Backup cmdlets, the user must be a member of the Administrators group or Backup Operators group.
Parameters
-Policy<CBPolicy>
Specifies the policy from which the schedule for backup is obtained.
|
Aliases |
none |
|
Required? |
true |
|
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.OBSchedule
Examples
EXAMPLE 1
This example gets a schedule for backup, recovery, or backup and recovery.
PS C:\> Get-OBPolicy | Get-OBSchedule
Related topics
