Avatar of jsarinana
jsarinana
Flag for United States of America asked on

remove printers that were installed manually

how to remove network printers that have been installed manually ?

old print server
Server 2012 sharing out 3 printers, users installed manually 


new print server
Server 2019 I distribute 3 printers using GPO
all users now have the new printers


How can I remove the old printers without having to go to each PC and removing manually?

Printers and Scanners* server 2019Networking

Avatar of undefined
Last Comment
jsarinana

8/22/2022 - Mon
Andrew Porter

1. Open Print Management on the old print server and delete/remove the printers from there.
2. Modify your existing GPO to remove the printers in question
   * If this doesn't work w/ your setup, create a .bat file to run at login that removes the deprecated printers
Hayes Jupe

You could us GP Prefs of a logon script.... GP prefs probably easiest
jsarinana

ASKER
If I modify GPO what do I do to remove old printers from the old print server 
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
Hayes Jupe


jsarinana

ASKER
To clarify
I'd like to remove the old printers off the user's computers
Hayes Jupe

ok, which part of the above solution do you need assistance with ?
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
jsarinana

ASKER
ok that picture looks interesting how you can set the action to delete on a shared printer
I can't seem to find "Control Panel Setting" where are you doing this on the DC or the print server?

Hayes Jupe

ok, create a new, blank group policy object ( i assume you know what group policy is?)
Expand out group policy preferences under either user or computer
then expand control panel settings
Printers is under that
jsarinana

ASKER
ok on my DC I create a new GPO "remove printers
when I drilldown to printers and create new shared to make the action delete
how do I include the printers on the old print server

KSNPAR is my old print server
Our-DC01 is my new print server
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
Hayes Jupe

ok, so the easiest way may be to open a command prompt and type

net view KSNPAR

this will show you all the shared resources

you can then add each one which will be in the format

\\<print server>\<Sharename>

e.g.

\\KSNPAR\<name of printer that showed up from the net view command>
repeat for each printer
jsarinana

ASKER
ok now I see why it's not showing up, I forgot to mention I deleted the shared printers already off ksnpar. But since these printers were installed manually on the computers, the shared printer is still listed on the computers. they don't work but they still list out on the computers.
Hayes Jupe

ok, so if you go into the properties on one of the machines, it will take a while - as the source printer has been deleted - but when it opens, go to the printer properties, you should still be able to see the share name from this tab

for example - here's a printer installed on my workstation that points to a print server


⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
jsarinana

ASKER
not sure what you mean properties on computer
Hayes Jupe

go to a computer that has one of the printers installed that you want to remove
look at the properties of that printer
jsarinana

ASKER
well I see the printers
if I select the properties of the printer I get a cannot not be displayed error

Your help has saved me hundreds of hours of internet surfing.
fblack61
Hayes Jupe

ok, have a look in the registry at

HKEY_CURRENT_USER\Printers\Connections

this will show the connections in format ,,ServerName,ShareName
jsarinana

ASKER
ok I see in reg.

so the share I need is?: \\ksnpar\Canon iR-ADV C7260/7270 PCL6
ASKER CERTIFIED SOLUTION
Hayes Jupe

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
jsarinana

ASKER
I'll mess with it in awhile
thanks 
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.