Short Description
Modifies job backup window settings.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Set-VBRBackupWindowOptions -Options <VBRBackupWindowOptions> -FromDay <DayOfWeek> -FromHour <Int32> -ToDay <DayOfWeek> -ToHour <Int32> -Enabled [-PassThru] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet modifies the job backup window settings. To modify settings, enter the necessary parameters with new values. The parameters that you omit will remain unchanged.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Options | Specifies the backup window settings you want to modify. | True | Named | True (ByValue, | False |
FromDay | Specifies the day of week on which the backup window opens. Default: Sunday. | False | Named | False | False |
FromHour | Specifies the hour on which the backup window opens. Default: 0. | False | Named | False | False |
ToDay | Specifies the day of week on which the backup window ends. Default: Saturday. | False | Named | False | False |
ToHour | Specifies the hour on which the backup window ends. Default: 23. | False | Named | False | False |
Enabled | Indicates that the backup window is enabled. | False | Named | False | False |
PassThru | Indicates that the command returns the output object to the Windows PowerShell console. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Return Type
None.
Related Commands