Skip to content

Latest commit

 

History

History
67 lines (47 loc) · 1.93 KB

File metadata and controls

67 lines (47 loc) · 1.93 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
RemoteDesktop.psm1-help.xml
RDMgmt
12/20/2016
2.0.0
Get-RDWorkspace

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 (RD Web Access) environment.

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.

PARAMETERS

-ConnectionBroker

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.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.RemoteDesktopServices.Management.WorkspaceClass

NOTES

RELATED LINKS

Set-RDWorkspace