Get-VDITemplateSettings

NAME

Get-VDITemplateSettings

SYNOPSIS

Retrieves RAS Template settings.

SYNTAX

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

DESCRIPTION

The Get-VDITemplateSettings cmdlet is used to retrieve RAS Template settings.

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 RAS Template settings.

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.VDITemplateSettings

EXAMPLES


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

Get-VDITemplateSettings | Format-List

Retrieves properties of RAS Template settings.

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

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

Get-VDITemplateSettings -SiteId 2

Retrieves properties of RAS Template settings from the specified site.

RELATED LINKS

Parallels RAS v16.0