Powershell, Retrieve DisplayName,DisplayVersion,Publisher from Registry or export.REG
Hello, You need and easy way to get an inventory list of software installed on a machine via Powershell. What we need for a list is: DisplayName;DisplayVersion;Publisher We have two version of the scripts: Version 1 Use regedit and export the HIVES into .REG Files. Copy to your admin machine an then parse the two […]