Microsoft.Exchange.15.NTServiceExchange 2013 Windows Service

Microsoft.Exchange.15.NTService (ClassType)

The object of this class represents a Windows Service, which is either a part of Exchange 2013 installation or is required by Exchange 2013 (for example: IIS Admin Service).

Knowledge Base article:

Summary

The object of this class represents a Windows Service, which is either a part of Exchange 2013 installation or is required by Exchange 2013 (for example: IIS Admin Service).

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId22cba82a-68cb-74a7-4ab8-2906f13eacf2

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.Exchange.15.NTService:
ServiceName  string  Service Name Service Name true 256  False 
ServiceProcessName  string  Service Process Name Service Process Name false 256  False 
ServiceDisplayName  string  Service Display Name Service Display Name false 256  False 
Description  string  Description Description false 1000  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.15.NTService" Base="Windows!Microsoft.Windows.ApplicationComponent" Accessibility="Public" Hosted="true" Abstract="false">
<Property ID="ServiceName" Type="string" Key="true"/>
<Property ID="ServiceProcessName" Type="string" Key="false"/>
<Property ID="ServiceDisplayName" Type="string" Key="false"/>
<Property ID="Description" Type="string" Key="false" Length="1000"/>
</ClassType>