PowerShell Logo Small

Set-RDWorkspace



This is the built-in help made by Microsoft for the command 'Set-RDWorkspace', 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

Assigns a workspace name for a Remote Desktop deployment.

SYNTAX


Set-RDWorkspace [-Name] <String> [-ConnectionBroker <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-RDWorkspace cmdlet assigns a workspace name for a Remote Desktop deployment. Users see this name in their RemoteApp and Desktop Connection environment and their
Remote Desktop Web Access (RDWebAccess) environment.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294271
Get-RDWorkspace

REMARKS

<

Examples


Example 1: Assign a workspace name

PS C:\> Set-RDWorkspace -Name "Contoso Resources"



This command assigns the workspace name Contoso Resources for the Remote Desktop deployment that has the current computer as an RDConnection Broker server. To specify a
different RDConnection Broker server, use the ConnectionBroker parameter.