Get-RDVirtual Desktop Template Export Path

Gets the export path setting of the virtual desktop template.

Syntax

Get-RDVirtualDesktopTemplateExportPath
   [[-ConnectionBroker] <String>]
   [<CommonParameters>]

Description

The Get-RDVirtualDesktopTemplateExportPath cmdlet gets the export path setting of the template that Remote Desktop Services uses to deploy virtual machine-based desktops.

Examples

Example 1: Get the export path of the virtual desktop template

PS C:\> Get-RDVirtualDesktopTemplateExportPath

This command gets the export path setting of the virtual desktop template for the local computer.

Optional Parameters

-ConnectionBroker

Specifies the Remote Desktop Connection Broker (RD Connection Broker) server for a remote desktop deployment. If you do not specify a value, the cmdlet uses the fully qualified domain name (FQDN) of the local computer.

Type: String
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Outputs

System.Object