Clear-Wms Station

Clears station mapping information for all stations.

Syntax

Clear-WmsStation
     [-Server <String>]
     [-WhatIf]
     [-Confirm]
     [<CommonParameters>]

Description

The Clear-WmsStation cmdlet clears station mapping information for all stations.

Examples

Example 1: Clear station mapping

PS C:\> Clear-WmsStation

This command puts all MultiPoint Server stations into an unmapped state. All station mapping information is lost, along with any station friendly names and station autologon information.

If you subsequently run Get-WmsStation it returns no station information.

Optional Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Aliases: cf
Position: Named
Default value: False
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 (ByPropertyName)
Accept wildcard characters: False
-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

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

Inputs

None.

Outputs

None.