Visualizza tutti gli indirizzi IP presenti nell'elenco degli indirizzi IP in ascolto

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

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.6.2.WebSite
MonitorMicrosoft.Windows.InternetInformationServices.6.2.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.6.2.DisplayIPListenList" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.6.2.WebSite" Monitor="Microsoft.Windows.InternetInformationServices.6.2.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>