Get-RDVirtualDesktopTemplateExportPath
Gets the export path setting of the virtual desktop template.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.