Get-WssBackupPolicy
Gets the current scheduled backup policy.
Get-WssBackupPolicy []
The Get-WssBackupPolicy cmdlet gets the current scheduled backup policy. The cmdlet returns an empty scheduled backup policy if no backup policy is configured.
PS C:\> $ContosoBUPol12 = Get-WssBackupPolicy
This command gets the currently scheduled backup policy and stores it in the $ContosoBUPol12 variable.
Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ObjectModel.ScheduledBackupPolicy
This cmdlet returns the server backup policy that specifies backup options such as backup targets, backup volume and schedule time.