Add-RASScheduleTarget
Last updated
Last updated
Add-RASScheduleTarget
Adds a new Schedule target.
Add-RASScheduleTarget []** (uint) - {RDS | VDI | AVD} - (uint) [- {Host | HostPool}] [()]
Add-RASScheduleTarget []** (uint) - (string) - {RDS | VDI | AVD} - (uint) [- {Host | HostPool}] [()]
Add-RASScheduleTarget []** (uint) - (string) - (string) - {RDS | VDI | AVD} - (uint) [- {Host | HostPool}] [()]
Add-RASScheduleTarget []** (string) [[-] (uint)] - {RDS | VDI | AVD} - (uint) [- {Host | HostPool}] [()]
Add-RASScheduleTarget []** (string) [] (uint) - (string) - {RDS | VDI | AVD} - (uint) [- {Host | HostPool}] [()]
Add-RASScheduleTarget []** (string) [] (uint) - (string) - (string) - {RDS | VDI | AVD} - (uint) [- {Host | HostPool}] [()]
Creates a new Schedule property.
Scheduler job name.
Site ID to modify the schedule job.
Scheduler job ID.
Schedule object type.
Possible values: RDS, VDI, AVD
Possible values: Host, HostPool
The target RD Session Host server or server group Ids depending on the TargetType parameter.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Add-RASScheduleTarget -ObjType VDI -Id 1 -TargetID 1
Adds a schedule target id to the schedule item specified by id. **---------- EXAMPLE 2 ----------
Add-RASScheduleTarget -ObjType VDI -Name "My Schedule" -TargetID 1
Adds a schedule target id to the schedule item specified by name. **---------- EXAMPLE 3 ----------
Add-RASScheduleTarget -ObjType VDI -Id 1 -PoolID 1 -GUID "SampleGUID" -GuestName "SampleGuestName"
Adds a schedule target native host to the schedule item specified by id. **---------- EXAMPLE 4 ----------
Add-RASScheduleTarget -ObjType VDI -Name "My Schedule" -PoolID 1 -HostAzureID "SampleAzureID"
Adds a schedule target native host to the schedule item specified by name.
() Schedule target type.