Detección de servidores SMTP de Windows Server 2016 y 1709+

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

Esta regla se ejecuta en todos los servidores web IIS 10 y comprueba la presencia del servicio SMTP de Windows Server 2016 y 1709+. De manera predeterminada, esta regla solo devolverá datos de detección si el tipo de inicio del servicio SMTP está configurado en automático. Puede controlar este comportamiento mediante una invalidación.

Knowledge Base article:

Resumen

Esta regla se ejecuta en todos los servidores web IIS 10 y comprueba la presencia del servicio SMTP de Windows Server 2016 y 1709+. De manera predeterminada, esta regla solo devolverá datos de detección si el tipo de inicio del servicio SMTP está configurado en automático. Puede controlar este comportamiento mediante una invalidación.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.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.10.0.SMTPServer.DiscoveryDataSource Default

Source Code:

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