Set-VDIPersistentGuest

NAME

Set-VDIPersistentGuest

SYNOPSIS

Modifies a persistent guest VM rule.

SYNTAX

Set-VDIPersistentGuest -User <string> -VDIGuestId <string> -VDIHostId <uint> [-SiteId <uint>] [<CommonParameters>]

Set-VDIPersistentGuest -SID <string> -VDIGuestId <string> -VDIHostId <uint> [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Modifies a persistent guest VM rule.

PARAMETERS


-User <string>
The name of the user account to which to assign the Guest.

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

-SID <string>
The SID of the user account to which to assign the Guest.

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

-VDIHostId <uint>
The ID of the VDI Host server on which the target Persistent Guest resides.

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

-VDIGuestId <string>
The Guest ID of a persistent guest VM.

To obtain the Guest ID, use the Get-VDIPersistentGuest cmdlet.

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

-SiteId <uint>
Site ID.

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

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters documentation. 

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES


---------- EXAMPLE 1 ----------

Set-VDIPersistentGuest -Account User1 -VDIHostId 3 -VDIGuestId 42311235-09c5-ca15-337d-b9723015edf0

Modifies the persistent guest VM rule.

RELATED LINKS