Local printer installation via PowerShell logon script?

Posted by thehajo@reddit | sysadmin | View on Reddit | 12 comments

Hey y'all, I've created a PowerShell script that queries what AD groups the user is in. Using these groups, it will then installs printers depending on the name of the groups. From my testing so far it works, although it adds about 10 seconds of wait during logon when it first installs the printers. My questions are: How dumb is this? Should i kill it with fire? Is this r/ShittySysadmin material? (Yes, I'm try to avoid using a print server here to cut some costs, please don't crucify me for that)