SMS_G_System_AdvancedThreatProtectionHealthStatus Server WMI Class

The SMS_G_System_AdvancedThreatProtectionHealthStatus Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents Microsoft Defender for Endpoint client health status.

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

Syntax

Class SMS_G_System_AdvancedThreatProtectionHealthStatus : SMS_G_System  
{  
    DateTime LastConnected;  
    UInt32 OnboardingState;  
    String OrgId;  
    UInt32 ResourceID;  
    Boolean SenseIsRunning;  
};          

Methods

The SMS_G_System_AdvancedThreatProtectionHealthStatus class does not define any methods.

Properties

LastConnected
Data type: DateTime

Access type: Read

Qualifiers: [not_null]

The time that the Microsoft Defender for Endpoint agent last connected to the cloud.

OnboardingState
Data type: UInt32

Access type: Read

Qualifiers: [not_null]

The onboarding state.

OrgId
Data type: String

Access type: Read

Qualifiers: [not_null]

The ID of the organization that the Microsoft Defender for Endpoint agent reports to.

ResourceID
Data type: UInt32

Access type: Read

Qualifiers: [key, not_null]

See SMS_G_System Server WMI Class.

SenseIsRunning
Data type: Boolean

Access type: Read

Qualifiers: [not_null]

Indicates whether the Microsoft Defender for Endpoint agent is running.

Remarks

Class qualifiers for this class include:

Requirements

Runtime requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development requirements

For more information, see Configuration Manager Server Development Requirements.