Forum Discussion

RevathyV's avatar
RevathyV
New Contributor
3 years ago
Solved

Powershell Get-ItemProperty

PowerShell Script and Get the Result as Text: Example Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion | Where-Object {$_.Dis...