-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Hello Everyone !
please help !
i use this
Get-ChildItem -path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ | Get-ItemProperty | Where-Object {$.Displayname -match 'WinRAR'} | Select-Object DisplayName,DisplayVersion it worked
but that i try it with Psexec
& C:\PsISE\GetServiceStatus\PsExec.exe -nobanner \$comp cmd /c "powershell.exe Get-ChildItem -path HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ | Get-ItemProperty | Where-Object {$.Displayname -match 'WinRAR'} | Select-Object DisplayName,DisplayVersion
why it error ?? sorry for bad english
Metadata
Metadata
Assignees
Labels
No labels