Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 557 Bytes

win_connection_facts.md

File metadata and controls

29 lines (16 loc) · 557 Bytes

win_connection_facts -- Gather a list of all current connections on a Windows machine

Synopsis

Provides information of the existing connections, including PID, process name and commandline.

Examples

- name: List existing connections
  datadope.discovery.win_connection_facts: {}

Return Values

connections (success, list)

List of dicts with the connections of the Windows machine

License

GNU General Public License v3.0 or later

See COPYING to see the full text.

Authors

  • Datadope (@datadope-io)