Set-VDISettings

NAME

Set-VDISettings

SYNOPSIS

Modifies persistent guest VM settings.

SYNTAX

Set-VDISettings [-EnableServerGuests <bool> ] [-PersistentTimeSec <uint> ] [-ReplicatePersistentSettings <bool> ] [-SiteId <uint> ] [ <CommonParameters> ]

DESCRIPTION

Modifies persistent guest VM settings.

PARAMETERS


- SiteId <uint>
Site ID on which to modify persistent guest VM settings.

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

- ReplicatePersistentSettings <bool>
Enables or disables the "Replicate settings" option, which replicates persistent guest VM settings to all sites.

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

- PersistentTimeSec <uint>
The number of hours of a guest VM inactivity after which the persistence rule is automatically removed.

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

- EnableServerGuests <bool>
Enable server templates.

        Required?                    false
        Position?                    named
        Default value                
        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 (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS



OUTPUTS



EXAMPLES


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

Set-VDISettings -ReplicatePersistentSettings $true

Enables the "Replicate settings" option, which replicates persistent guest VM settings to all sites.

RELATED LINKS

Parallels RAS v16.2