CRM removal fixlet

Has anyone done a mass CRM removal, by chance? It is a simple command line.

“C:\Program Files\Microsoft Dynamics CRM\SetupClient.exe” /X /Q
or
"C:\Program Files (x86)\Microsoft Dynamics CRM\SetupClient.exe" /X /Q

I have a bat file to pick one. It runs just fine with the following, but only for a user with admin rights.

override wait
hidden=true
runas=currentuser
wait cmd.exe /C “__Download\CRMUnInst.bat”

If I just run it as the BigFix system user, not currentuser. it does not run. It appears to need local user access, but it definitely needs to be an admin. It sounds typical enough that I am surprised I haven’t run into it before. I hope I am overlooking something simple. It is Friday…

Thank you for any help you can provide.