Hi,
We're deploying our printers through Print Management, "Deploy with Group Policy" per user.
All seems to be working pretty well, but I have a few questions:
1. How can a client remove the printers that were pushed? I've tried a batch script that does the following:
net stop spoolerREG DELETE HKEY_CURRENT_USER\Printers\Connections\,,NTCW9,A0_HP4015_BW /f
net start spooler
Although messy, it works, but I wonder if there's a different approach?
Our AD is built in a way that all users from an office belong to the same OU, so changing the GPO settings is not an option. Allowing users to remove GP pushed printers only occurs very rarely, so no elaborate change should be required.
2. If the above script runs, I notice that the printers are not pushed again to the client. I've tried this with two users. Is there a way to export the pushed printers to something the user can run locally? (script or anything)