Remove-RASVDIPersistentHost
NAME
Remove-RASVDIPersistentHost
SYNOPSIS
Removes a persistent host VM rule.
SYNTAX
Remove-RASVDIPersistentHost [-ProviderId] <uint> [-VDIHostId] <string> [-SiteId <uint>] [<CommonParameters>]
Remove-RASVDIPersistentHost [-InputObject] <VDIPersistentHost> [-SiteId <uint>] [<CommonParameters>]
DESCRIPTION
Removes a persistent host VM rule.
PARAMETERS
-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>
INPUTS
OUTPUTS
-none-
EXAMPLES
---------- 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.
RELATED LINKS
Last updated