Tag: Software

  • 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…