Remove-RASVDIPersistentHost
Removes a persistent host VM rule.
Remove-RASVDIPersistentHost [-ProviderId] <uint> [-VDIHostId] <string> [-SiteId <uint>] [<CommonParameters>] Remove-RASVDIPersistentHost [-InputObject] <VDIPersistentHost> [-SiteId <uint>] [<CommonParameters>]
Removes a persistent host VM rule.
-ProviderId <uint> The ID of the Provider server on which the target Persistent Host resides.
-VDIHostId <string> The VDI Host ID of a persistent host VM. To obtain the VDI Host ID, use the Get-RASVDIPersistentHost cmdlet.
-InputObject <VDIPersistentHost> An object of type VDIPersistentHost representing a persistent host VM rule to remove from a site. To obtain the object, use the Get-RASVDIPersistentHost command."
-SiteId <uint> Site ID.
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Remove-RASVDIPersistentHost -ProviderId 5 -VDIHostId "362738C5-CB7B-4D0E-AB21-C75C6723EE88" Removes the persistent host VM rule specified by ID. To obtain the ID, use the Get-RASVDIPersistentHost cmdlet.