Remove-RASVDIPersistentHost

NAME

Remove-RASVDIPersistentHost

SYNOPSIS

Removes a persistent host VM rule.

SYNTAX

Remove-RASVDIPersistentHost [-ProviderIdarrow-up-right] <uint> [-VDIHostIdarrow-up-right] <string> [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>] Remove-RASVDIPersistentHost [-InputObjectarrow-up-right] <VDIPersistentHostarrow-up-right> [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Removes a persistent host VM rule.

PARAMETERS

-ProviderId <uint> The ID of the Provider server on which the target Persistent Host resides.

        Required?                    true
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-VDIHostId <string> The VDI Host ID of a persistent host VM. To obtain the VDI Host ID, use the Get-RASVDIPersistentHost cmdlet.

-InputObject <VDIPersistentHostarrow-up-right> 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

VDIPersistentHostarrow-up-right

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.

Last updated