Skip to content

Latest commit

 

History

History
125 lines (99 loc) · 3.45 KB

File metadata and controls

125 lines (99 loc) · 3.45 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
MultiPoint.dll-Help.xml
MultiPoint
12/20/2016
2.0.0
Get-WmsSystem

Get-WmsSystem

SYNOPSIS

Gets MultiPoint Server system information.

SYNTAX

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.

Type: String
Parameter Sets: (All)
Aliases: ComputerName

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

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

INPUTS

System.String

OUTPUTS

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

NOTES

RELATED LINKS

Add-WmsSystem

Remove-WmsSystem

Restart-WmsSystem

Search-WmsSystem

Set-WmsSystem

Stop-WmsSystem