Set-RDVirtualDesktopTemplateExportPath

Set-RDVirtualDesktopTemplateExportPath

Sets the export path for virtual desktop templates.

Syntax

Parameter Set: Default
Set-RDVirtualDesktopTemplateExportPath [[-ConnectionBroker] <String> ] [-Path] <String> [ <CommonParameters>]

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

Aliases

none

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.

Aliases

none

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, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Null

    None.

Examples

Example 1: Set the export path for virtual export templates

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

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

Get-RDVirtualDesktopTemplateExportPath