Display Active Connections

Microsoft.Windows.Server.10.0.Computer.ActiveConnections.Task (Task)

Execute the NETSTAT command line tool to display a list of active connections.

Element properties:

TargetMicrosoft.Windows.Server.10.0.Computer
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
PA ProbeAction System.CommandExecuterProbe Default

Source Code:

<Task ID="Microsoft.Windows.Server.10.0.Computer.ActiveConnections.Task" Target="ServervNext!Microsoft.Windows.Server.10.0.Computer" Accessibility="Public">
<Category>Maintenance</Category>
<ProbeAction ID="PA" TypeID="System!System.CommandExecuterProbe">
<ApplicationName>%WINDIR%\System32\NETSTAT.EXE</ApplicationName>
<WorkingDirectory/>
<CommandLine/>
<TimeoutSeconds>30</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
<Files/>
</ProbeAction>
</Task>