Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 1.94 KB

shadowman.reports.win_scan_packages_module.rst

File metadata and controls

87 lines (59 loc) · 1.94 KB

shadowman.reports.win_scan_packages

Windows Scan Packages module

Version added: 1.0.0

  • This module scans packages on Windows hosts.
  • None

Note

  • Tested against Windows Server 2016
tasks:

- name: Scan Packages
  shadowman.reports.win_scan_packages:

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

Key Returned Description
packages
list
always
A list of packages, including the name, version, publisher and arch.

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


Authors

  • Alex Dworjan