Get-VDISettings

NAME

Get-VDISettings

SYNOPSIS

Retrieves information about one or multiple persistent guest VMs.

SYNTAX

Get-VDISettings [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

The Get-VDISettings cmdlet is used to retrieve the information about one or multiple persistent guest VMs.

To see the complete list of object properties, use the Format-List cmdlet (see examples).

Note: the result set contains only the major server properties; it does not include all of the settings supported in RAS.

PARAMETERS


-SiteId <uint>
Site ID from which to retrieve the information.

If the parameter is omitted, the Licensing Server site ID will be used.

        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 (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS



OUTPUTS

PSAdmin.VDISettings

EXAMPLES


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

Get-VDISettings | Format-List

Retrieves the list of persistent guest VMs from the Licensing Server site.

The Format-List cmdlet formats the display output to include all available server properties.

---------- EXAMPLE 2 ----------

Get-VDISettings -SiteId 2

Retrieves the list of persistent guest VMs from the specified site.

RELATED LINKS

Parallels RAS v16.0