Split-WmsStation
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.
Parameters
-All
Indicates that this operation applies to all sessions on the target host.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
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 |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-StationId
Specifies an array of station IDs.
Type: | UInt32[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
UInt32[]