Join-Wms Station

Unsplits a station.

Syntax

Join-WmsStation
    [-StationId] <UInt32[]>
    [-Server <String>]
    [<CommonParameters>]
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.

Type: SwitchParameter
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Server

Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.

Type: String
Aliases: ComputerName
Position: Named
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

-StationId

Specifies an array of station IDs. Valid values are 1 - the number of stations.

Type: UInt32 [ ]
Position: 0
Default value: None
Accept pipeline input: True
Accept wildcard characters: False

Inputs

UInt32 [ ]

String

Outputs

Object