Short Description
Modifies VBRTapeGFSScheduleOptions object.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Set-VBRTapeGFSScheduleOptions -Options <VBRTapeGFSScheduleOptions> [-WeeklyDay <DayOfWeek> {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [-WeeklyStartAt <timespan>] [-MonthlyKind <VBRGFSMonthlyKind> {DayOfWeek | DayOfMonth}] [-MonthlyDayOfWeek <DayOfWeek> {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [-MonthlyDayOfWeekNumber <VBRDayNumberInMonth> {First | Second | Third | Fourth | Last | OnDay}] [-MonthlyDayOfMonth <string>] [-QuarterlyKind <VBRGFSQuarterlyKind> {DayOfWeek | DayOfQuarter}] [-QuarterlyDayOfWeekNumber <VBRDayNumberInMonth> {First | Second | Third | Fourth | Last | OnDay}] [-QuarterlyDayOfWeek <DayOfWeek> {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [-QuarterlyDayOfMonth <string>] [-QuarterlyMonthOfQuarter <VBRGFSMonthOfQuarter> {First | Last}] [-YearlyKind <VBRGFSYearlyKind> {DayOfWeek | DayOfYear}] [-YearlyDayOfWeekNumber <VBRDayNumberInMonth> {First | Second | Third | Fourth | Last | OnDay}] [-YearlyDayOfWeek <DayOfWeek> {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}] [-YearlyDayOfMonth <string>] [-MonthOfYear <VBRMonth> {January | February | March | April | May | June | July | August | September | October | November | December}] [<CommonParameters>] |
Detailed Description
This cmdlet modifies the VBRTapeGFSScheduleOptions object. This object contains GFS scheduling options and is used to set schedule to GFS jobs.
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 VBRTapeGFSScheduleOptions object you want to modify. | True | Named | True (ByValue, | False |
WeeklyDay | For weekly backup. Specifies the day of week when the weekly backup is archived. | False | Named | False | False |
WeeklyStartAt | For weekly backup. Specifies the time when the weekly backup is archived. | False | Named | False | False |
MonthlyKind | For monthly backup. Specifies the type of monthly schedule:
| False | Named | False | False |
Monthly | For monthly backup. Specifies the day of week for the MonthlyKind (DayOfWeek) parameter. | False | Named | False | False |
Monthly | For monthly backup. Specifies the number of day in month (for example, Saturday):
| False | Named | False | False |
Monthly | For monthly backup. Specifies the day in month for the MonthlyKind (DayOfMonth) parameter: 1-31/Last. | False | Named | False | False |
QuarterlyKind | For quarterly backup. Specifies the type of quarterly schedule:
| False | Named | False | False |
Quarterly | For quarterly backup. Specifies the number of the selected day, for example, "the first" (Sunday) for the QuarterlyKind (DayOfWeek) parameter: First/Second/Third/Fourth/Last. | False | Named | False | False |
Quarterly | For quarterly backup. Specifies the day of week for the QuarterlyKind (DayOfWeek) parameter. | False | Named | False | False |
Quarterly | For quarterly backup. Specifies the day of month for the QuarterlyKind (DayOfQuarter) parameter: 1-31/Last. | False | Named | False | False |
Quarterly | For quarterly backup. Specifies the number of month in quarter for the QuarterlyKind (DayOfQuarter) parameter: First/Last. | False | Named | False | False |
YearlyKind | For yearly backup. Specifies the type of yearly schedule:
| False | Named | False | False |
Yearly | For yearly backup. Specifies the number of the selected day, for example, "the first" (Sunday) for the YearlyKind (DayOfWeek) parameter: First/Second/Third/Fourth/Last. | False | Named | False | False |
Yearly | For yearly backup. Specifies the day of week for the YearlyKind (DayOfWeek) parameter. | False | Named | False | False |
YearlyDayOfMonth | For yearly backup. Specifies the day of month for the YearlyKind (DayOfYear) parameter: 1-31/Last. | False | Named | False | False |
MonthOfYear | For yearly backup. Specifies the month for the YearlyKind (MonthOfYear) parameter. | 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