c-bless / reveal

This project contains some PowerShell scripts used to collect system configurations or domain information. Furthermore it has a Flask based web application and API to import and analyze the results of collector scripts. It can export collected data to Excel via the Web-Interface or to JSON via API.
1 stars 1 forks source link

Add Get-CimInstance as additional method for gathering data #84

Open c-bless opened 1 month ago

c-bless commented 1 month ago

Description: Add Get-CimInstance as alternative method to WMI-Object to gather data with system review script.

Requested solution: To keep the script working on older systems the Get-CimInstance should be implemented as additional method. Get-CimInstance should be preferred when it is available.