Odnajdywanie serwerów FTP usług IIS 10

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

Ta reguła jest uruchamiana na każdym serwerze internetowym usług IIS 10 i sprawdza obecność usługi FTP dostarczanej z systemami Windows Server 2016 i 1709+. Ta reguła domyślnie zwraca dane odnajdywania tylko wtedy, gdy ustawiono automatyczny tryb uruchamiania usługi FTP. Można sterować tym zachowaniem, zastępując je. Nieobsługiwane przez system Nano.

Knowledge Base article:

Podsumowanie

Ta reguła jest uruchamiana na każdym serwerze sieci Web usług IIS 10 w celu sprawdzenia obecności usługi FTP usług IIS 10. Ta reguła domyślnie zwraca dane odnajdywania tylko wtedy, gdy ustawiono automatyczny tryb uruchamiania usługi FTP. Można sterować tym zachowaniem, zastępując je. Nieobsługiwane przez system Nano.

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.FTPServer.DiscoveryDataSource Default

Source Code:

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