Ermittlung von SMTP-Servern unter Windows Server 2012

Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPServer.Discovery.Rule (Discovery)

Diese Regel wird für jeden IIS 8-Webserver ausgeführt, um das Vorhandensein des Windows Server 2012-SMTP-Diensts zu überprüfen. Standardmäßig gibt diese Regel nur Ermittlungsdaten zurück, wenn der Starttyp des SMTP-Diensts auf "Automatisch" festgelegt ist. Sie können dieses Verhalten durch eine Außerkraftsetzung steuern.

Knowledge Base article:

Zusammenfassung

Diese Regel wird für jeden IIS 8-Webserver ausgeführt, um das Vorhandensein des Windows Server 2012-SMTP-Diensts zu überprüfen. Standardmäßig gibt diese Regel nur Ermittlungsdaten zurück, wenn der Starttyp des SMTP-Diensts auf "Automatisch" festgelegt ist. Sie können dieses Verhalten durch eine Außerkraftsetzung steuern.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.ServerRole
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.IIS.6.2.SMTPServer.DiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPServer.Discovery.Rule" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPServer">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.Windows.InternetInformationServices.6.2.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.6.2.LegacySMTPServer"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.6.2.SMTPServer.DiscoveryDataSource">
<IntervalSeconds>14400</IntervalSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<CheckStartupType>true</CheckStartupType>
</DataSource>
</Discovery>