Microsoft.Exchange.15.ServerExchange 2013 Server

Microsoft.Exchange.15.Server (ClassType)

The object of this class represents Exchange 2013 Server, which plays at least one or more roles (Mailbox, Client Access, Edge Transport) in Exchange Organization. The object of this class is hosted by Windows Server.

Knowledge Base article:

Summary

The object of this class represents Exchange 2013 Server, which plays at least one or more roles (Mailbox, Client Access, Edge Transport) in Exchange Organization.

The object of this class is hosted by Windows Server.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdfccf2cce-78c8-a6aa-0fc7-55a9c82ce1b5

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.Server:
Name  string  Name true 256  False 
InstallPath  string  Install Path false 256  False 
AdminDisplayVersion  string  Admin Display Version false 256  False 
ServerRole  string  Server Role false 256  False 
IsClientAccessServer  bool  Is Client Access Server false 256   
IsMailboxServer  bool  Is Mailbox Server false 256   
IsEdgeTransportServer  bool  Is EdgeTransport Server false 256   
ClientAccessArray  string  Client Access Array false 256  False 
DatabaseAvailabilityGroup  string  Database Availability Group false 256  False 
ActiveDirectorySite  string  Active Directory Site false 256  False 
DataPath  string  Data Path false 256  False 
OrganizationalUnit  string  Organizational Unit false 256  False 
OrganizationName  string  Organization Name false 256  False 
ConnectivityLogPath  string  Connectivity Log Path false 256  False 
MessageTrackingLogPath  string  Message Tracking Log Path false 256  False 
IrmLogPath  string  Irm Log Path false 256  False 
ActiveUserStatisticsLogPath  string  Active User Statistics Log Path false 256  False 
ServerStatisticsLogPath  string  Server Statistics Log Path false 256  False 
ReceiveProtocolLogPath  string  Receive Protocol Log Path false 256  False 
RoutingTableLogPath  string  Routing Table Log Path false 256  False 
SendProtocolLogPath  string  Send Protocol Log Path false 256  False 
QueueLogPath  string  Queue Log Path false 256  False 
WlmLogPath  string  Wlm Log Path false 256  False 
AgentLogPath  string  Agent Log Path false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Exchange.15.Server" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="InstallPath" Type="string" Key="false" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="AdminDisplayVersion" Type="string" Key="false" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="ServerRole" Type="string" Key="false" CaseSensitive="false" MinLength="1" Length="256"/>
<Property ID="IsClientAccessServer" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsMailboxServer" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsEdgeTransportServer" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ClientAccessArray" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="DatabaseAvailabilityGroup" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ActiveDirectorySite" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="DataPath" Type="string"/>
<Property ID="OrganizationalUnit" Type="string"/>
<Property ID="OrganizationName" Type="string"/>
<Property ID="ConnectivityLogPath" Type="string"/>
<Property ID="MessageTrackingLogPath" Type="string"/>
<Property ID="IrmLogPath" Type="string"/>
<Property ID="ActiveUserStatisticsLogPath" Type="string"/>
<Property ID="ServerStatisticsLogPath" Type="string"/>
<Property ID="ReceiveProtocolLogPath" Type="string"/>
<Property ID="RoutingTableLogPath" Type="string"/>
<Property ID="SendProtocolLogPath" Type="string"/>
<Property ID="QueueLogPath" Type="string"/>
<Property ID="WlmLogPath" Type="string"/>
<Property ID="AgentLogPath" Type="string"/>
</ClassType>