Set-RASVDIPersistentHost
NAME
Set-RASVDIPersistentHost
SYNOPSIS
Modifies a persistent host VM rule.
SYNTAX
Set-RASVDIPersistentHost -ProviderId <uint> -VDIHostId <string> [-Device <string>] [-SID <string>] [-SiteId <uint>] [-User <string>] [<CommonParameters>]
DESCRIPTION
Modifies a persistent host VM rule.
PARAMETERS
-User <string> The name of the user account to which to assign the Host.
-Device <string> The name of the device to which to assign the Host.
-SID <string> The SID of the user account to which to assign the Host.
-ProviderId <uint> The ID of the Provider server on which the target Persistent Host resides.
-VDIHostId <string> The Host ID of a persistent host VM.
To obtain the Host ID, use the Get-VDIPersistentHost cmdlet.
-SiteId <uint> Site ID.
<CommonParameters>
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ----------
Set-RASVDIPersistentHost -Account User1 -ProviderId 3 -VDIHostId 42311235-09c5-ca15-337d-b9723015edf0
Modifies the persistent host VM rule.
RELATED LINKS
Last updated