Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

hackingbutlegal/Windows-Server-Information-Gathering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

These are a couple PowerShell scripts that use WMI to gather Windows server hardware and software characteristics and output neatly to Excel for analysis.

If you are in charge of a bunch of Windows servers, this can come in handy. I wrote these one day at work to help conduct (manual) security audits.

Populate c:\Servers.txt with one hostname or IP address per line. Must be resolvable hostnames, or timeouts will occur and the script will drag, best to do this in preprocessing

You must open PowerShell with a network account that will have Administrator rights on the machines you intend to query. I prefer to run cmd.exe and then open PowerShell from that command line (and keep it open).

You may also need to login to the individual machines and install WMI (type "wmic" at the command line).

Happy recon!

About

PowerShell that uses WMI to grab Windows server hardware/software characteristics and outputs neatly to Excel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published