Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 1.95 KB

shadowman.reports.win_scan_services_module.rst

File metadata and controls

87 lines (59 loc) · 1.95 KB

shadowman.reports.win_scan_services

Windows Scan Services module

Version added: 1.0.0

  • This module scans services on Windows hosts.
  • None

Note

  • Tested against Windows Server 2016
tasks:

- name: Scan Services
  shadowman.reports.win_scan_services:

Common return values are documented here, the following are the fields unique to this module:

Key Returned Description
services
list
always
A list of packages, including the name, Windows Service Name, and state.

Sample:
The configuration returned will always be in the same format of the parameters above.


Authors

  • Alex Dworjan