Microsoft.FEP.ProtectedServerCandidateProtected Endpoint Candidate

Microsoft.FEP.ProtectedServerCandidate (ClassType)

Protected Endpoint Candidate - An endpoint in the data center that may or may not have Microsoft Forefront Endpoint Protection 2010 client installed

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d0f0312-7989-e7fc-fd64-294f0183cdc7

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.FEP.ProtectedServerCandidate:
ServerId  string  Computer ID Identification of the computer true 256  False 
IsClientInstalled  string  Is FEP Client Installed Is Microsoft Forefront Endpoint Protection security client installed false 256  False 
ClientVer  string  Client Version Security client version false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.FEP.ProtectedServerCandidate" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="ServerId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsClientInstalled" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClientVer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>