Join-WmsStation
Unsplits a station.
Syntax
JoinById
Join-WmsStation
[-StationId] <UInt32[]>
[-Server <String>]
[<CommonParameters>]
JoinAll
Join-WmsStation
[-All]
[-Server <String>]
[<CommonParameters>]
Description
The Join-WmsStation cmdlet causes the specified physical station displays that are currently split into two logical displays to be joined back into a single display.
Examples
Example 1: Join station displays
PS C:\> Join-WmsStation -StationId 1,2,5
This command causes the specified physical station displays which are currently split into two logical displays to be joined back into a single display.
Parameters
-All
Indicates that this operation applies to all sessions on the target host.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
JoinAll
| Position: | Named |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Server
Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | ComputerName |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
-StationId
Specifies an array of station IDs. Valid values are 1 - the number of stations.
Parameter properties
| Type: | UInt32[] |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
JoinById
| Position: | 0 |
| Mandatory: | True |
| Value from pipeline: | False |
| Value from pipeline by property name: | True |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.