Get-Wms Version

Gets the server version, the Connector version, and the SKU.

Syntax

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

Description

The Get-WmsVersion cmdlet gets the MultiPoint Server version, the MultiPoint Connector version, and the MultiPoint SKU.

Examples

Example 1: Get the MultiPoint version

PS C:\> Get-WmsVersion
ServerVersion                 ClientVersion                         SKU     ProtocolVersion
-------------                 -------------                         ---     ---------------
10.0.10586.0                  10.0.10586.0                          77      1

This command gets the version information for the current computer.

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

Returns the WmsVersion collection as PSObject collection.