I have 200+ users within the company I work for who have Malwarebytes installed on their laptops but we need to uninstall it from all their devices. I was thinking the most efficient way to go about this would be to write a Powershell script that the users would be able to run from their device, however, they will be prompted to enter admin credentials. I was wondering if there was a way to bypass this so that I can send out a script and the user can run it without being asked for credentials and Malwarebytes would uninstall. Thank you in advance for any advice!
Asked
Active
Viewed 157 times
0
-
I assume that your organization does not have infrastructure in place for software employment. In my opinion, that is a source of concern as it is difficult to manage a fleet without. If you are looking for a PowerShell route, then PSRemoting is an option, but it assumes that 1) it is enabled on all machines (unlikely) and 2) all machines are currently turned on. You’d be better off looking into something like PDQ Deploy/Inventory, or if the end users have admin rights, then just let them do the uninstall. Either way, you need a deployment platform in the end or you’ll drive yourself crazy. – JG7 Sep 16 '22 at 00:49