The SMS_EndpointProtectionHealthStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents health status of Endpoint Protection.  .

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_EndpointProtectionHealthStatus : SMS_BaseClass
{
	UInt32 ApplyPolicyFailedCount;
	UInt32 ApplyPolicySucceededCount;
	String CollectionID;
	UInt32 InstallFailedCount;
	UInt32 InstallRebootPendingCount;
	UInt32 NoSignatureCount;
	UInt32 OverallNotClientCount;
	UInt32 OverallStatusAtRiskCount;
	UInt32 OverallStatusInactiveCount;
	UInt32 OverallStatusNotSupportedCount;
	UInt32 OverallStatusNotYetInstalledCount;
	UInt32 OverallStatusProtectedCount;
	UInt32 SignaturesOlderThan7DaysCount;
	UInt32 SignaturesUpTo1DayOldCount;
	UInt32 SignaturesUpTo3DaysOldCount;
	UInt32 SignaturesUpTo7DaysOldCount;
	DateTime TimeLastUpdated;
	UInt32 TotalMemberCount;
	UInt32 TotalOperationalIssueCount;
	UInt32 UnhealthyCount;
};

Methods

The SMS_EndpointProtectionHealthStatus class does not define any methods.

Properties

ApplyPolicyFailedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients failed to apply policy.
ApplyPolicySucceededCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients succeeded to apply policy.
CollectionID

Data type: StringAccess type: Read/Write Qualifiers: [key]Identifier of collection summarized.
InstallFailedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients failed to install the Endpoint Protection client.
InstallRebootPendingCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients pending restart to complete Endpoint Protection client installation.
NoSignatureCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients without definitions.
OverallNotClientCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of non-client members.
OverallStatusAtRiskCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients with deficient status (agent health, malware, signatures, agent deployment).
OverallStatusInactiveCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of inactive clients.
OverallStatusNotSupportedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients not supported by Endpoint Protection agent.
OverallStatusNotYetInstalledCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients without Endpoint Protection client installed yet.
OverallStatusProtectedCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients with good overall status (agent health, malware, signatures, agent deployment).
SignaturesOlderThan7DaysCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients with definitions that are 7 days old or older.
SignaturesUpTo1DayOldCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients with definitions less than 24 hours old.
SignaturesUpTo3DaysOldCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients with definitions between 1 and 2 days old.
SignaturesUpTo7DaysOldCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients with definitions between 3 and 6 days old.
TimeLastUpdated

Data type: DateTimeAccess type: Read/Write Qualifiers: noneTimeLastUpdated description … Time the statistics were last updated. The default value is …
TotalMemberCount

Data type: UInt32Access type: Read/Write Qualifiers: noneTotal count of members in the collection.
TotalOperationalIssueCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients with any of 5 types of operational issues.  
UnhealthyCount

Data type: UInt32Access type: Read/Write Qualifiers: noneCount of clients with unhealthy agents.

Remarks

Requirements

Runtime Requirements

Development Requirements