Invoke-RASVDIHost
Last updated
Last updated
Invoke-RASVDIHost
The cmdlet invoke a command on an object of type VDI Host.
Invoke-RASVDIHost [-] <uint> [[-] <uint>] - {CancelSchedule} - <string> [- <string>] [- <uint>] [<>]
Invoke-RASVDIHost [-] <> [[-] <uint>] - {CancelSchedule} [- <string>] [- <uint>] [<>]
Invoke-RASVDIHost [[-] <uint>] [[-] <uint>] - {CancelSchedule} [- <string>] [- <uint>] [<>]
Invoke-RASVDIHost [-] <string> [[-] <uint>] - {CancelSchedule} [- <string>] [- <uint>] [<>]
Invoke-RASVDIHost [-] <> [[-] <uint>] - {CancelSchedule} [- <string>] [- <uint>] [<>]
The cmdlet invoke a command on an object of type VDI Host.
-ProviderId <uint> The ID of a Provider server from which to obtain the VM list.
-SiteId <uint> Site ID from which to retrieve the desktop VM list.
If the parameter is omitted, the site ID of the Licensing Server will be used.
-Id <string> The ID of a desktop VM for which to retrieve the information.
-VDITemplateId <uint> The ID of the VDI Template for which to retrieve the desktops of.
-User <string> The username assigned to Desktop.
If empty square brackets ([]) are passed, the desktop list will be filtered with those with an assigned user.
-VMId <string> The ID of the VM for which to retrieve the information.
Accepted values: CancelSchedule.
Possible values: CancelSchedule
<CommonParameters>
-none-
---------- EXAMPLE 1 ----------
Invoke-RASVDIHost -VMID "42311235-09c5-ca15-337d-b9723015edf0" -ProviderID 1 -Command CancelSchedule
Invokes CancelSchedule command on the VDI Host properties specified by the VMId and ProviderId. ---------- EXAMPLE 2 ----------
Invoke-RASVDIHost -ProviderID 1 -Command CancelSchedule
Invokes CancelSchedule command on all the VDI Hosts found within the Provider with Id 1.
New-RASVDIHost
-VDITemplateObj <> The VDI Template for which to retrieve the desktops of.
-InputObject <> The VDI Host info object.
-Command <> Command.