Découverte de serveurs FTP IIS 8

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

Cette règle s'exécute sur chaque serveur web IIS 8 et vérifie la présence du service FTP qui est fourni avec Windows Server 2012. Par défaut, la règle ne retourne les données de détection que si le type de démarrage du service FTP est défini sur automatique. Vous pouvez contrôler ce comportement à l'aide d'un remplacement.

Knowledge Base article:

Résumé

Cette règle s'exécute sur chaque serveur web IIS 8 et vérifie la présence du service FTP IIS 8. Par défaut, la règle ne retourne les données de détection que si le type de démarrage du service FTP est défini sur automatique. Vous pouvez contrôler ce comportement à l'aide d'un remplacement.

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.ServerRole
EnabledTrue
Frequency3600
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.FTPServer.DiscoveryDataSource Default

Source Code:

<Discovery ID="Microsoft.Windows.InternetInformationServices.6.2.FTPServer.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.FTPServer">
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryRelationship TypeID="Microsoft.Windows.InternetInformationServices.6.2.ServerRole.Hosts.Microsoft.Windows.InternetInformationServices.6.2.FTPServer"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.IIS.6.2.FTPServer.DiscoveryDataSource">
<IntervalSeconds>3600</IntervalSeconds>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<CheckStartupType>true</CheckStartupType>
</DataSource>
</Discovery>