/* I need a script SCCM detection key for match "Value Data" in "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" Without using "ValueName" Match "ValueData".*/
How to resolve this issue?
$properties = Get-ItemProperty -Path $_.PSPath
/* I need a script SCCM detection key for match "Value Data" in "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" Without using "ValueName" Match "ValueData".*/
How to resolve this issue?
$properties = Get-ItemProperty -Path $_.PSPath