RemoteAccessHealthMonitor class
Remote Access Health Monitor
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class RemoteAccessHealthMonitor
{
string Component;
string RemoteAccessServer;
string HealthState;
datetime TimeStamp;
RemoteAccessHealthHeuristic Heuristics[];
};
Members
The RemoteAccessHealthMonitor class has these types of members:
Properties
The RemoteAccessHealthMonitor class has these properties.
-
Component
-
-
Data type: string
-
Access type: Read-only
The component of DA or VPN whose health impacts the overall health of the server or cluster
-
-
HealthState
-
-
Data type: string
-
Access type: Read-only
The health of the component
The possible values are.
-
-
Disabled ("Disabled")
-
OK ("OK")
-
Error ("Error")
-
Warning ("Warning")
-
Unknown ("Unknown")
Heuristics
-
Data type: RemoteAccessHealthHeuristic array
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("RemoteAccessHealthHeuristic")
An array of health heuristics
RemoteAccessServer
-
Data type: string
-
Access type: Read-only
The Remote Access server whose component health is represented
TimeStamp
-
Data type: datetime
-
Access type: Read-only
The date and time when the component health changed to the current state
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|