IIS 8 FTP 서버 검색

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

이 규칙은 모든 IIS 8 웹 서버에서 실행되며 Windows Server 2012과 함께 제공되는 FTP 서비스가 있는지를 확인합니다. 기본적으로 이 규칙은 FTP 서비스의 시작 유형이 자동으로 설정되어 있는 경우에만 검색 데이터를 반환합니다. 재정의를 사용하여 이 동작을 제어할 수 있습니다.

Knowledge Base article:

요약

이 규칙은 모든 IIS 8 웹 서버에서 실행되며 IIS 8 FTP 서비스가 있는지를 확인합니다. 기본적으로 이 규칙은 FTP 서비스의 시작 유형이 자동으로 설정되어 있는 경우에만 검색 데이터를 반환합니다. 재정의를 사용하여 이 동작을 제어할 수 있습니다.

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>