Automating Printer Installation

  • Thread starter Thread starter Tim Kowal
  • Start date Start date
T

Tim Kowal

Printers is one issue that has dogged me as an administrator. I can automate
just about any other task except for this. Seems like there should be a way
to tell the GP that I want all PCs to use a certain printer(s). Is there?
This would be extremely useful to me.

Thanks,
Tim
 
Hi Tim,

Thank you for posting!

I found two KB articles about how to unattended install printer in Windows.

314486 How to Add Printers with No User Interaction in Windows XP
http://support.microsoft.com/?id=314486

263226 How to Add a Default Printer Using a Visual Basic Script
http://support.microsoft.com/?id=263226

I hope that it is helpful. Have a nice day!

Thanks & Regards,

Feng Mao [MSFT], MCSE
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
| From: "Darren Mar-Elia" <[email protected]>
| References: <[email protected]>
| Subject: Re: Automating Printer Installation
| Date: Thu, 29 Jul 2004 14:54:12 -0700
| Lines: 28
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.win2000.group_policy
| NNTP-Posting-Host: adsl-207-104-31-209.dsl.snfc21.pacbell.net
207.104.31.209
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11
.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.win2000.group_policy:29191
| X-Tomcat-NG: microsoft.public.win2000.group_policy
|
| Autoprof makes a GP extension that allows this. Its part of their
| PolicyMaker product. You can certainly map printers using vbscript--but it
| doesn't handle installing the drivers if they're not there. Here's info on
| the vbscript method:
|
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/ht
ml/wsmthaddwindowsprinterconnection.asp
|
| --
| Darren Mar-Elia
| MS-MVP-Windows Management
| http://www.gpoguy.com
|
|
|
| | > Printers is one issue that has dogged me as an administrator. I can
| automate
| > just about any other task except for this. Seems like there should be a
| way
| > to tell the GP that I want all PCs to use a certain printer(s). Is
there?
| > This would be extremely useful to me.
| >
| > Thanks,
| > Tim
| >
| >
|
|
|
 
Tim Kowal said:
Printers is one issue that has dogged me as an administrator. I can automate
just about any other task except for this. Seems like there should be a way
to tell the GP that I want all PCs to use a certain printer(s). Is there?
This would be extremely useful to me.

Thanks,
Tim


Anything you can do manually, you can automate with AutoIt

http://www.autoitscript.com/autoit3/

The forum is marvelous for help.

Lar.
 
Back
Top