Skip to content

Latest commit

 

History

History
114 lines (81 loc) · 2.35 KB

File metadata and controls

114 lines (81 loc) · 2.35 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
MultiPoint.dll-Help.xml
MultiPoint
12/20/2016
2.0.0
Split-WmsStation

Split-WmsStation

SYNOPSIS

Splits a station.

SYNTAX

SplitById

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

SplitAll

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
Parameter Sets: SplitAll
Aliases: 

Required: True
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
Parameter Sets: (All)
Aliases: ComputerName

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-StationId

Specifies an array of station IDs.

Type: UInt32[]
Parameter Sets: SplitById
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.UInt32[]

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

Clear-WmsStation

Get-WmsStation

Join-WmsStation

Set-WmsStation

Update-WmsStation