March 16, 2013
Category: microsoft, rds-2012
Tags: rd-workspace, rds, rds12, rds2012, remote-desktop-services, remotedesktop, windows-powershell, workspace-connectionbroker
How to assign a RDWorkspace Name in RDS 2012
To change the RD Workspace name you need to run the following PowerShell Cmds.
Import RDS PowerShell Module:
Import-module RemoteDesktop
Set the RDWorkspace name:
Set-RDWorkspace -Name "<Name you would like>"
Example:
Set-RDWorkspace -Name "Ryan Mangan"
Check RDWorkspace name:
Get-Workspace -ConnectionBroker <Server FQDN>