Hello guys,
I am trying to create a script on BigFix, I already tested in my computer using PowerShell and it is working, but when I copied this script to BigFix and selected PowerShell and run, it failed.
I am trying to remove a certain Antivirus software which requires a password to remove its protection, this password can be set through command line. It needs, of course, administrative privileges.
Then after disabling it will execute msiexec.exe to remove with the proper GUID.
I tried to sent over BigFix, using the powershell option, but it was not possible.
Do BigFix requires admin privileges? Is it being blocked by UAC?
Is there any workaround for that?
Thanks in advance.