Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.02 KB

Get-RDVirtualDesktopTemplateExportPath.md

File metadata and controls

68 lines (47 loc) · 2.02 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
RemoteDesktop.psm1-help.xml
RDMgmt
12/20/2016
2.0.0
Get-RDVirtualDesktopTemplateExportPath

Get-RDVirtualDesktopTemplateExportPath

SYNOPSIS

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.

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
Parameter Sets: (All)
Aliases:

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Object

NOTES

RELATED LINKS

Set-RDVirtualDesktopTemplateExportPath

Update-RDVirtualDesktopCollection