Get-RASScheduleTarget
Last updated
Last updated
Get-RASScheduleTarget
Gets a list of a Schedule's target native hosts or ids.
Get-RASScheduleTarget [-] <uint> - {RDS | VDI | AVD} [<>]
Get-RASScheduleTarget [[-] <string>] [[-] <uint>] - {RDS | VDI | AVD} [<>]
Retrieves a list of a Schedule's target native hosts or ids.
-Name <string> Scheduler job name.
-SiteId <uint> Site ID from which to retrieve the schedule job.
-Id <uint> Scheduler job ID.
Possible values: RDS, VDI, AVD
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Get-RASScheduleTarget -ObjType VDI -Id 1
Gets a list of a schedule's target native hosts or ids specified by schedule id. ---------- EXAMPLE 2 ----------
Get-RASScheduleTarget -ObjType VDI -Name "My Schedule" -SiteId 1
Gets a list of a schedule's target native hosts or ids specified by schedule name and site id.
-ObjType <> Schedule object type.