Get-RASSchedule
Last updated
Last updated
Get-RASSchedule
Retrieves information about one or multiple Schedule properties.
Get-RASSchedule [-] <uint> - {RDS | VDI | AVD} [- {Host | HostPool}] [<>] Get-RASSchedule [[-] <string>] [[-] <uint>] - {RDS | VDI | AVD} [- {Host | HostPool}] [<>]
The cmdlet returns an object of type Schedule properties. To see the complete list of object properties, use the Format-List cmdlet(see examples). The result set contains only the major properties of a group; it does not include the complete list of settings supported in RAS.
-Name <string> Scheduler job name.
-SiteId <uint> Site ID from which to retrieve the schedule job.
-Id <uint> Scheduler job ID.
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Get-RASSchedule "My Schedule" | Format-List Retrieves information about the Schedule properties specified by name from the Licensing Server site. To retrieve the info from a specific site, specify the -SiteId parameter. The Format-List cmdlet formats the display output to include all available group properties. ---------- EXAMPLE 2 ---------- Get-RASSchedule -Id 10 Retrieves information about the Schedule specified by ID from the Licensing Server site.
-ObjType <> Schedule object type. Possible values: RDS, VDI, AVD
-TargetType <> Schedule target type. Possible values: Host, HostPool