Microsoft.WindowsDefender.ProtectedServerProtected Endpoint

Microsoft.WindowsDefender.ProtectedServer (ClassType)

An endpoint with Windows Defender installed and monitored by management pack

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4a6ea1af-9cdc-5ee0-11c9-0abab5efa6f6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.WindowsDefender.ProtectedServer:
ClientVer  string  Client Version Security client version false 256  False 
AMStatus  string  Antimalware Engine Enabled Is antimalware enabled or disabled false 256  False 
RTPStatus  string  Real-time Protection Enabled Is real-time protection turned on or off false 10  False 
RTPDirection  string  Real-time Protection Scan Direction Does real-time protection scans files that are incoming, outgoing, or both directions. false 256  False 
NISStatus  string  NIS Enabled Is the NIS running false 256  False 
AVSigsVer  string  Antivirus Definitions Version Antivirus definitions version number false 256  False 
ASSigsVer  string  Antispyware Definitions Version Antispyware definitions version number false 256  False 
NISSigsVer  string  NIS Definitions Version NIS definitions version number false 256  False 
AVSigsAge  string  Antivirus Definitions Age (days) false 256  False 
ASSigsAge  string  Antispyware Definitions Age (days) false 256  False 
LastQuickScanAge  string  Last Quick Scan Age (days) Last Quick Scan Age (days) false 256  False 
LastFullScanAge  string  Last Full Scan Age (days) Last Full Scan Age (days) false 256  False 
ServerId  string  Computer ID Identification of the computer true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.WindowsDefender.ProtectedServer" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false" Extension="false">
<Property ID="ClientVer" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="AMStatus" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="RTPStatus" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="10" MinLength="0" Required="false" Scale="0"/>
<Property ID="RTPDirection" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="NISStatus" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="AVSigsVer" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ASSigsVer" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="NISSigsVer" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="AVSigsAge" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ASSigsAge" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LastQuickScanAge" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LastFullScanAge" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ServerId" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>