Creates a new Backup Exec schedule.
Creates a new Backup Exec schedule.
The output of New-BESchedule is used for the Schedule parameter of
the following commands:
Runs the job immediately.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Runs the job immediately without a recurring schedule.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules a recurrence pattern that is based on minutes.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules a recurrence pattern that is based on hours.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules a recurrence pattern that is based on days.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules recurrence pattern that is based on weekdays.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules a recurrence pattern that is based on specific days of
the week.
The valid values are:
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules a recurrence pattern that is based on a specific day of the month.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules a recurrence pattern that is based on a specific days
of the month.
The valid values are:
First
Second
Third
Fourth
Last
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules a recurrence pattern that is yearly on a specific day of the month.
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Schedules a recurrence pattern that is yearly based on a
specific days of the month.
The valid values are:
First
Second
Third
Fourth
Last
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies a month.
The valid values are:
January
February
March
April
May
June
July
August
September
October
November
December
Required | true |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies a day.
The valid values are:
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Weekday
WeekendDay
Day
Required | true |
Position | 1 |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies how often to repeat the schedule. The default value is 1.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies when the schedule starts.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
This cmdlet does not accept any input.
An object that represents the specified schedule.
This command creates a schedule that will run a job once and starts immediately.
This command creates a schedule that will run a job once starting today at 10PM.
This command creates a schedule that will run a job every five minutes starting today at 10PM.
This command creates a schedule that will run a job every hour starting today at 10PM.
This command creates a schedule that will run a job every day starting today at 10PM.
This command creates a schedule that will run a job every weekday starting today at 10PM.
This command creates a schedule that will run a job every Monday, Wednesday and Friday starting today at 10PM.
This command creates a schedule that will run a job on the 10th of every month at 10PM effective on January 1, 2012.
This command creates a schedule that will run a job every last Friday of the month at 10PM effective on January 1, 2012.
This command creates a schedule that will run a job every year on the 10th of January at 10PM effective on January 1, 2012.
This command creates a schedule that will run a job every year on the first Monday of March at 10PM effective on January 1, 2012.