Edit

Share via


Get-WmsSystem

Gets MultiPoint Server system information.

Syntax

Default (Default)

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

Description

The Get-WmsSystem cmdlet gets Windows MultiPoint Server system information.

Examples

Example 1: Get system information

PS C:\> Get-WmsSystem
AttemptingToConnect        : False
RetryAttemptToConnect      : False
ProtocolVersion            : 1
WmsServerVersion           : 10.0.10586.0
WmsClientVersion           : 10.0.10586.0
NetJoinStatus              : NetSetupDomainName
DomainOrWorkgroupName      : TestDomain
SystemMode                 : Normal
DiskProtectionMode         : NotInstalled
ConnectionString           :
ConnectionCount            : 1
LicenseCount               : 0
State                      : Connected
ConnectionError            : 0
ConnectionErrorMessage     :
ComputerName               : Test1
WindowsEdition             : Windows Server 2016 Standard
IsVirtualMachine           : False
ManagedSystemsType         : MultiPointServers
MonitoringSystemType       : Include
IsSingleSessionPerUser     : True
MultiPointServers          : {}
PersonalComputers          : {}
CloudServers               : {}
ExcludedMultiPointServers  : {}
ExcludedPersonalComputers  : {}
ExcludedCloudServers       : {}
IPAddresses                :
ManagedServers             :
ExcludedManagedServers     : {}
IsSQMOn                    : True
IsWatsonOn                 : True
IsIPPerSessionEnabled      : False
IsChatEnabled              : True
HasNonLoopbackAdapter      : True
IsDesktopMonitoringAllowed : True
IsWmsSvcRunning            : True
IsScheduledUpdateEnabled      : False
ScheduleUpdateRunWU           : False
ScheduleUpdateCustomScript    :
MaxTimeAllowedForCustomScript : 0
ScheduledUpdatesReturnState   : __SUR_FIRST
TimeToScheduleUpdates         : 0
IsAllowRemoteManagementOn     : True
BootToConsoleMode             : False
SuppressPrivacyNotification   : False
SystemImage                   :

This command gets MultiPoint Server system information.

Parameters

-Server

Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:ComputerName

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

Outputs

Microsoft.WindowsServerSolutions.MultipointServer.PowerShell.Commands.Library.WmsSystem