Batch file to add network printers to any Linux system
NickName:T_DeClercq Ask DateTime:2014-01-21T19:26:00

Batch file to add network printers to any Linux system

So, I have looked everywhere, yet can't seem to find anything useful. Is it in any way possible to write a batch file to install 4 networked printers on a Linux system? Imagine a large company with people walking in and out having to use the printers. Simply running the file should add 4 networked printers and install the drivers. Is this possible?

Copyright Notice:Content Author:「T_DeClercq」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/21256781/batch-file-to-add-network-printers-to-any-linux-system

More about “Batch file to add network printers to any Linux system” related questions

Batch file to add network printers to any Linux system

So, I have looked everywhere, yet can't seem to find anything useful. Is it in any way possible to write a batch file to install 4 networked printers on a Linux system? Imagine a large company with

Show Detail

Listing network printers

Trying to run the following (found here http://www.encodedna.com/2013/04/show-printers-using-wmi.htm ) to get a list of network printers but it only returns printers added to my machine System.

Show Detail

Batch file to add printers across domains without trust

I work in an environment with two domains. A lab domain (offline) and a production domain (online). the lab network sits in a DMZ and is NAT'd to the production domain. There is no AD trust between...

Show Detail

Batch File Not Recognizing Add-Printer

I am creating a batch file that will add Network Printers based on your location. The script works fine in PS when I have my admin rights, but I am not sure how to add admin rights when adding a pr...

Show Detail

Making a batch file for a Linux system?

Quick backstory: I'm a graduate student, and I know very little (read: almost nothing) about batch files. A collaborator at another university came to me and told me to create a batch file for a

Show Detail

How to get Printers from Network which is not installed in my system?

I want to search how many printers are available in network. I have checked with Installed printer property and it gives me those printer list which are installed on my system. I have more than ...

Show Detail

Enumerate Printers in a Network using C#

My PC is connected to a LAN and I want to get all the printers in the network to which I connected. I tried PrinterSettings.InstalledPrinters in my code. It returns the printer that I had configur...

Show Detail

Batch file for Add Network Location

Hey I was wondering what the syntax for a batch file to add network location would be? I know to map a drive you use the: net use <drive letter><network path> Is it possible to add a

Show Detail

Does exist a standard protocol for network printers?

Does exist a standard protocol for network printers? Some network printers require the installation of drivers to be used... Is there some network printer that can be used without installing additi...

Show Detail

Fetch all printers available in the network - not just local printers

I have been trying to find all printers in the network.But, I always ended up with printers which are already connected with my computer. When I try to add printers at Control Panel\Hardware and So...

Show Detail