Forum Discussion
oryxway
Oct 23, 2024Iron Contributor
Uninstall with system account
I am trying to uninstall a software and it is specified that the Install behavior to be System I am not able to uninstall the software through PowerShell. When I run the PowerShell script loc...
Oct 24, 2024
Did you also tested this from the device itself when running as system? with the use of psexec -i -s powershell you could open a powershell session in the system context. From there on you could also choice to open the 32 bits version of powershell (sysnative) to find out if maybe the 32 bits issue is giving you issues finding the proper uninstall string