Split-Wms Station

Splits a station.

Syntax

Split-WmsStation
     [-StationId] <UInt32[]>
     [-Server <String>]
     [<CommonParameters>]
Split-WmsStation
     [-All]
     [-Server <String>]
     [<CommonParameters>]

Description

The Split-WmsStation cmdlet splits the specified station into two stations.

Examples

Example 1: Split a station

PS C:\> Split-WmsStation -StationId 01

This command splits the station with the ID 01 into two stations.

Required 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
-StationId

Specifies an array of station IDs.

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

Optional Parameters

-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 (ByPropertyName)
Accept wildcard characters: False

Inputs

None.

Outputs

None.