Wyświetlani wszystkich adresów IP znajdujących się na liście nasłuchiwania adresów IP

Microsoft.Windows.InternetInformationServices.10.0.DisplayIPListenList (Diagnostic)

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.10.0.WebSite
MonitorMicrosoft.Windows.InternetInformationServices.10.0.WebSite.IP.Address.Not.In.HTTP.Sys.IP.Listen.List.Monitor
RemotableFalse
Timeout300
Execute On StateError
CategoryMaintenance
Enabledtrue
AccessibilityPublic

Member Modules:

ID Module Type TypeId RunAs 
Probe ProbeAction System.CommandExecuterProbe Default

Source Code:

<Diagnostic ID="Microsoft.Windows.InternetInformationServices.10.0.DisplayIPListenList" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.10.0.WebSite" Monitor="Microsoft.Windows.InternetInformationServices.10.0.WebSite.IP.Address.Not.In.HTTP.Sys.IP.Listen.List.Monitor" ExecuteOnState="Error" Remotable="false" Timeout="300">
<Category>Maintenance</Category>
<ProbeAction ID="Probe" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\SYSTEM32\netsh.exe</ApplicationName>
<WorkingDirectory>%WINDIR%\SYSTEM32</WorkingDirectory>
<CommandLine>http show iplisten</CommandLine>
<TimeoutSeconds>60</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</ProbeAction>
</Diagnostic>