Skip to content

Grabs a list of installed software on the machine and logs it to a text file.

License

Notifications You must be signed in to change notification settings

pdxcat/Get-InstalledSoftware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

get-InstalledSoftware.ps1

This script retrieves a list (stored as a .txt file) of installed software on a Windows computer. If the file already exists, it moves the existing file into storage and replaces it with the new file. If a computer name is not given, then it will use the name of the computer the script is being run on. It does all this by utilizing WMI query and the Win32_Product class.

Improvements: The ability to output the list to the host console instead of just a file.

About

Grabs a list of installed software on the machine and logs it to a text file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published