Deploying printers in a Windows environment used to be tedious. It isn’t hard, especially if you are using Group Policy Preferences to make the connections. But it does involve a lot of separate consoles. In our environment, we have to reserve the IP, create the printer on a print server, create a group policy printer preference, and create an Active Directory group for Item level Targeting.
Let’s automate that entire process, including creating the Group Policy Preference, with PowerShell. First, the script – see you at the bottom!
Continue reading