Skip to content

Dump various bits of information on a windows computer to CSV files

Notifications You must be signed in to change notification settings

desaster/dump-state-ps1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dump-state.ps1

This powershell gathers various bits of information on a Windows computer and dumps them to csv files in a timestamped folder.

The purpose of this is to help keeping a journal of installed stuff for keeping things clean.

Things that are written out:

  • Drivers
  • Applications + Windows Store Apps
  • Services
  • Program folders
  • Start menu folders
  • Startup programs (limited)
  • Scheduled Tasks
  • BIOS version + Windows version

To make running the script easier, create a shortcut of the .ps1 file and:

  • Change the target to "powershell.exe C:\path-to-script\dump-state.ps1",
  • Click Advanced and select "Run As administrator"

About

Dump various bits of information on a windows computer to CSV files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published