PowerShell Logo Small

Set-RDVirtualDesktopTemplateExportPath



This is the built-in help made by Microsoft for the command 'Set-RDVirtualDesktopTemplateExportPath', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Sets the export path for virtual desktop templates.

SYNTAX


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



Search powershellhelp.space

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.



<

RELATED LINKS

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

REMARKS

<

Examples


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