Displaying 3 results from an estimated 3 matches for "mycupsserver".
Did you mean:
cupsserver
2025 Jan 16
1
Print Server in AD
...path\to\extracted\driver\*.inf /subdirs/install
* add-printerdriver -name "HP Universal Printing PCL 6" (or whatever you
printer driver's name is in the INF file)
* add-printer -name "MyPrinter" -DriverName "HP Universal Printing PCL 6"
-PortName "https://mycupsserver.customer.tld:631/printers/MyPrinter"
(MyPrinter is the name of the printer in CUPS)
Now you have an IPP Printer in Windows that prints to the CUPS server that
turns around and prints to the actual printer using IPP (or whatever you
chose).
For the user session, create c:\programdata\microsof...
2025 Jan 16
1
Print Server in AD
...iver\*.inf /subdirs/install
> * add-printerdriver -name "HP Universal Printing PCL 6" (or whatever you
> printer driver's name is in the INF file)
> * add-printer -name "MyPrinter" -DriverName "HP Universal Printing PCL 6"
> -PortName "https://mycupsserver.customer.tld:631/printers/MyPrinter"
> (MyPrinter is the name of the printer in CUPS)
>
> Now you have an IPP Printer in Windows that prints to the CUPS server that
> turns around and prints to the actual printer using IPP (or whatever you
> chose).
>
> For the user sessio...
2025 Jan 15
3
Print Server in AD
Hi all,
Trying to setup a print server to add automaticaly printers to Windows
10 clients.
There are actually :
2 * physical DC
1 * physical File Server
several Windows VMs on File Server
20 * Windows 10 clients
What would be the smarter location for the Print Server :
- File Server
- New VM
- Other ?
Thanks in advance for your time !
Nicolas Canonne