Get-Wms Alert

Gets alert information.

Syntax

Get-WmsAlert
   [-Server <String>]
   [<CommonParameters>]

Description

The Get-WmsAlert cmdlet gets alert information from the Windows MultiPoint Server core service.

Examples

Example 1: Get alert information

PS C:\> Get-WmsAlert
TimeStampInUtc : 12/7/2010 12:17:15 AM
AlertType      : HubMissingRequiredDevice
AlertSeverity  : Warning
ComputerName   : TEST
StationId      : 1

This cmdlet returns alert information from the MultiPoint Server core service. In this example, station 1 is missing a keyboard.

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

This cmdlet returns a WmsAlert collection as a PSObject collection.