How Can I Remove Stubborn Old Printers from Group Policy?

0
12
Asked By TechWizard92 On

I'm struggling to remove old printer connections that were pushed through Group Policy Preferences. We're transitioning to a new print server, but when I try to delete the old printers, it works for some but fails for others, showing a "Catastrophic Failure" in the event log without any further details. I've attempted several methods, like using PowerShell commands and registry edits, but I'm still running into access denied issues. Basically, I need a reliable way to ensure that these printers can be removed automatically, especially since manually deleting them is way too tedious. Any suggestions?

4 Answers

Answered By QuickFix123 On

Have you tried running the command 'gpupdate /force'? While it feels redundant, sometimes forcing a refresh can help with issues related to GPOs, even if it's frustrating when it doesn't work. Some users have had luck with restarting the print spooler and then trying to delete it with elevated PowerShell.

Answered By Printmaster7000 On

It sounds like the problem might be tied to the print drivers. Sometimes, orphaned records can mess things up. If your old print server is still running, try re-adding the printers and then removing them again. If that’s not an option, you could set up an alias for the old server pointing to the new one in DNS, or install the driver locally on the problematic machine to see if that helps in removing the old listings. Sharing any screenshots from the control panel could also help us diagnose further!

Answered By UserFriendly85 On

Unfortunately, when you're running under the SYSTEM account, you can't remove a user's mapped printers directly. That's why users experience access denied errors. If they connect to the print server manually, they can delete it without any issues, but GPO is the sticking point. It's frustrating that the Delete command isn't working as it should.

Answered By OldSchoolSysAdmin On

Stopping the printer spool service might give you a brief window to remove the printer using elevated PowerShell. It can sometimes clear up those stuck connections, allowing you to finally get rid of the printers.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.