< Back

Set-RDVirtualDesktopTemplateExportPath

Thu Apr 04, 2019 5:42 am

NAME Set-RDVirtualDesktopTemplateExportPath



SYNOPSIS

Sets the export path for virtual desktop templates.





SYNTAX

Set-RDVirtualDesktopTemplateExportPath [[-ConnectionBroker] <String>] [-Path] <String> [<CommonParameters>]





DESCRIPTION

The Set-RDVirtualDesktopTemplateExportPath cmdlet sets the path that Remote Desktop Services uses to export virtual desktop templates for the

virtual machine-based desktop deployment.





PARAMETERS

-ConnectionBroker [<String>]

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.



Required? false

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Path <String>

Specifies the path for exported virtual desktop templates.



Required? true

Position? 2

Default value none

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

Null









Example 1: Set the export path for virtual export templates



PS C:\\> Set-RDVirtualDesktopTemplateExportPath -Path "\\\\rdsh-1\\export"



This command sets the export path for virtual desktop templates to \\\\rdsh-1\\export.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294270

Get-RDVirtualDesktopTemplateExportPath