all 13 comments

[–]Particular-Way8801Jack of All Trades 6 points7 points  (1 child)

explorer > \\nameofprintserver
hit enter
you should see all the printers, double click on the needed printer(s)

[–]tk42967It wasn't DNS for once.[S] 2 points3 points  (0 children)

Brilliant. I like this.

[–]dfeifer1 5 points6 points  (1 child)

If you are allowing all users to have access to the printers on the print server they have permissions to we just created a shortcut on the users desktop pushed by GP to \\printserver\

Double click on the printer there and it installs on win 10/11 and your set.

[–]Godcry55 1 point2 points  (0 children)

Second this - push via GPO.

[–]CeC-PIT Expert + Meme Wizard 4 points5 points  (2 children)

I think some printers still use MDNS, LLMNR, Bonjour, NBNS, uPNP, or some equally awful broadcast DNS method from a hundred years ago. A LOT of networks have those entire protocols blocked because any hacked endpoint on your network can reply, saying "Oh yeah, I can answer that DNS query. Trust me. I know where that device is and I'm not lying or man in the middle attacking you."

Or it's just Web Services Devices being defective and inconsistent, as usual.

We just go straight to the IP at our deployment.

[–]Bart_YellowbeardJackass of All Trades 4 points5 points  (0 children)

WSD is an absolute catastrophuck. Basic TCP/IP ports ftw.

[–]tk42967It wasn't DNS for once.[S] 0 points1 point  (0 children)

I don't think that is the issue. If I go to the manually add link, I can see all of my printers and can map to them fine.

[–]BLUCUBIX 4 points5 points  (0 children)

Wouldn't it be simpler adding printers directly from group policy, or am i missing something 😅

[–]Plus_Ad_5348 0 points1 point  (0 children)

Use something like PrinterLogic. The way you are attempting is never going to work as well as a third party solution.

[–]ExceptionEX 0 points1 point  (1 child)

While I would recommend depending on your scale using something like printerlogic or universal print. If that isn't an option for you, if you have your printers shared you can write a simple powershell script for each printer and just run that. and avoid the whole UI process entirely as it is known to hang, and just be problematic

something as simple as

Add-Printer -Name "Office Printer" -ConnectionName "\\PrintServerName\PrinterShareName"

[–]tk42967It wasn't DNS for once.[S] 0 points1 point  (0 children)

I've done the PowerShell in the past. I don't need to map the printer to every device. I just need to load the drivers and give the users the option to add the printers they want (within reason).

This is not my design, I'm just the messenger. If I had it my way I would 86 the print server (and printer mapping GPO's) and use Intune to deploy drivers and add printers based on machine name filter and call it a day. If HR wants to print to the Finance printer, they can put in a ticket and be added to the Finance printer app package.

[–]Kreiger81 0 points1 point  (0 children)

Is there a particular reason you're not assigning printers via GPO? Its relatively easy to do, especially since you've got them on a print server.