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