PowerShell Logo Small

Get-RDWorkspace



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

Gets the workspace name for a Remote Desktop deployment.

SYNTAX


Get-RDWorkspace [[-ConnectionBroker] <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-RDWorkspace cmdlet gets the 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=294232
Set-RDWorkspace

REMARKS

<

Examples


Example 1: Get a workspace name

PS C:\> Get-RDWorkspace -ConnectionBroker "RDCB.Contoso.com"



This command gets the workspace name for the Remote Desktop deployment associated with the RD Connection Broker server named RDCB.Contoso.com.