< Back
Set-RDWorkspace
Post
NAME Set-RDWorkspace
SYNOPSIS
Assigns a workspace name for a Remote Desktop deployment.
SYNTAX
Set-RDWorkspace [-Name] <String> [-ConnectionBroker <String>] [<CommonParameters>]
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.
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? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Name <String>
Specifies a workspace name.
Required? true
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
Null
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.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=294271
Get-RDWorkspace
SYNOPSIS
Assigns a workspace name for a Remote Desktop deployment.
SYNTAX
Set-RDWorkspace [-Name] <String> [-ConnectionBroker <String>] [<CommonParameters>]
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.
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? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-Name <String>
Specifies a workspace name.
Required? true
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
Null
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.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=294271
Get-RDWorkspace