Update-WmsStation
Forces a station to reload its configuration settings.
Syntax
Update-WmsStation
[-StationId] <UInt32[]>
[-Server <String>]
[<CommonParameters>]
Update-WmsStation
[-All]
[-Server <String>]
[<CommonParameters>]
Description
The Update-WmsStation cmdlet forces the specified station to reload its configuration settings.
Examples
Example 1: Update station settings
PS C:\> Update-WmsStation -StationId 2
This command forces station 2 to reload its configuration settings.
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[]