< Back

Get-RDWorkspace

Thu Apr 04, 2019 5:42 am

NAME Get-RDWorkspace



SYNOPSIS

Gets the workspace name for a Remote Desktop deployment.





SYNTAX

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





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.





PARAMETERS

-ConnectionBroker [<String>]

Specifies the Remote Desktop Connection Broker (RDConnection 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.



Required? false

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS

Microsoft.RemoteDesktopServices.Management.WorkspaceClass







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.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=294232

Set-RDWorkspace