This PowerShell script is for automating the install of a mass number of printers.
It can do the following so far:
- Create a folder for the files to be donwloaded in.
- Download the driver file from a link provided.
- If the link is a .zip file it unzips the file and places it in the folder created earlier.
- Adds the print driver .inf file to the driver store.
- Adds the printer driverto the computer to be used.
- Adds an IP address port to the computer and allows a custom name for that port to be set.
- Compiles the data above to install the printer fully and add a custom name to the printer.
This is the order in which the program runs and completes it's script as well.