Category: Powershell
-
List Installed Software aka Get-InstalledSoftware
I needed a script to check for installed software on local and remote machines that did not rely on the Win32_Product WMI class as this will only return software that the windows installer knows about. One way to do this is via the visual basic script List All Installed Software (Microsoft) on script center, but…
-
WMI Classes Via Powershell
I wrote this a while ago to bring back the contents of a particular wmi class using powershell. It was orginally only developed to have a quick look at some wmi class settings. However as I continue to find it useful I have decided to repost the latest version. (I had posted this before back…