Skip to content

one-dumb-dude/Install-A-Network-Printer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Install a network printer

Quicky install a network printer.

Modify

Give the printer a name, provide the printers IP Address and assign a printer driver to it.

Modify the script and change the following properties:

        $printerName = "2nd Floor Printer"
        $printerIP = '192.168.1.100'
        $printerDriver = 'HP Universal Printing PCL 6 (v6.6.0)'

Usage

    C:> .\Install-Printer.ps1

    Installing 2nd Floor Printer...

    Printer Installation Complete!

    Would you like to do a print test? (Y/N)

    y

    Print Job Sent!

About

Quickly install a network printer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published