Get-WmsVersion
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.
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 |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Microsoft.WindowsServerSolutions.MultipointServer.PowerShell.Commands.Library.WmsVersion