Script to change default printer/Automate the process
I'm assigned to change the default printer of about 20 PCs in a classroom. Rather than manually doing that to each one, I was wondering if anyone had a more efficient way of automating the process. If it's a script I can write, that's fine, but any resources I could have for this and related tasks would be awesome. I appreciate any insight.
Comments
-
NotHackingYou Member Posts: 1,460 ■■■■■■■■□□Take look at powershell. If it's a domain enviroment, modify the logon script.When you go the extra mile, there's no traffic.
-
veritas_libertas Member Posts: 5,746 ■■■■■■■■■■What version of Windows are you using? I know it can be pushed by GPO with W2K8/Win7.
-
veritas_libertas Member Posts: 5,746 ■■■■■■■■■■I should have just said GP, Group Policy.
Using Group Policy to set default printers in Windows 7 | TechNet Edge
You could also use a VB Script:
http://www.intelliadmin.com/index.php/2007/08/set-default-printer-from-a-script/ -
Qord Member Posts: 632 ■■■■□□□□□□I say Powershell it. Here's a great starting point:
Hey, Scripting Guy! How Can I Use Windows PowerShell to Remove Old Printer Connections, List Printers, and Set New Default Printers? - Hey, Scripting Guy! Blog - Site Home - TechNet Blogs -
elderkai Member Posts: 279I appreciate the guidance/point in the right direction guys. ^.^ I will show these to my instructor tomorrow.