Microsoft.FEP.UnprotectedServerUnprotected Endpoint

Microsoft.FEP.UnprotectedServer (ClassType)

An endpoint without Microsoft Forefront Endpoint Protection 2010 client installed

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8d5490b6-d855-eeb6-0c11-291e57a512c1

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.UnprotectedServer:
OperatingSystem  string  Operating System Name Operating System false 255  False 
DeploymentState  string  Deployment State The state of security client installation false 255  False 
DeploymentStateMoreInfo  string  Deployment State More Information More details about the state of security client installation false 255  False 
ServerId  string  Computer ID Identification of the computer true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.FEP.UnprotectedServer" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="OperatingSystem" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DeploymentState" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="DeploymentStateMoreInfo" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
<Property ID="ServerId" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>