Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Printing / Faxing / Scanning > How do you deploy your printers ?

Reply
Thread Tools Display Modes

How do you deploy your printers ?

 
 
Atreides
Guest
Posts: n/a

 
      03-24-2009
Hi All,

We are currently adding printers based on group membership, via VB script..
objNetwork.AddWindowsPrinterConnection \\server\printer
But we mostly have problems with users who travel and require printers at
the local site to be installed.

What is the best way to deploy printers to a med-large organization ? We
have tried using Group Policy (with Print Management), which was a massive
headache. Although we have not tried GP Prefs.. What are your experiences ?

(( If this is not the correct group to post to, could someone please point
me in the right direction ? ))

Thanks !
Jim

 
Reply With Quote
 
 
 
 
Robinson Zhang [MSFT]
Guest
Posts: n/a

 
      03-25-2009
Hi Jim,

Thank you for your post.

Suggestions:
================
Yes, technically, it is possible. The most commonly used method is to code
the script to perform more tasks such as:

1. Detect the computer's current location. Generally, we can check the
TCP/IP settings and get the necessary information.
2. Based on the location information, add the nearest printer queue, and
set it as the default printer.

How to Add a Default Printer Using a Visual Basic Script
http://support.microsoft.com/kb/263226/en-us

IMPORTANT NOTE:
================
As you know, this newsgroup is primarily for break-fix situations regarding
Windows operating system.

If you need further assistance in developing the VB script, you are welcome
to submit question in our Developer newsgroups. For your convenience, I
have provided the link below:

http://msdn.microsoft.com/newsgroups/default.asp

Or you may ask for developer support:
http://support.microsoft.com/directo...ro.asp?sd=msdn

Hope this helps. Thanks!

Robinson Zhang
Microsoft Online Technical Support

 
Reply With Quote
 
Alan Morris [MSFT]
Guest
Posts: n/a

 
      03-25-2009
Using Deployed Printers you can associate a printer to a location if the
domain is specifically setup that way but if it's not then there is no
sense.

Group Preferences will have similar requirements.


I think there would be some people interested in the hurtles using deployed
printers. The purpose of the feature was to solve a problem not create more
but I am well aware of the AD configurations required.



--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"Atreides" <> wrote in message
news:4361236F-5340-438F-A521-...
> Hi All,
>
> We are currently adding printers based on group membership, via VB
> script..
> objNetwork.AddWindowsPrinterConnection \\server\printer
> But we mostly have problems with users who travel and require printers at
> the local site to be installed.
>
> What is the best way to deploy printers to a med-large organization ? We
> have tried using Group Policy (with Print Management), which was a massive
> headache. Although we have not tried GP Prefs.. What are your experiences
> ?
>
> (( If this is not the correct group to post to, could someone please point
> me in the right direction ? ))
>
> Thanks !
> Jim



 
Reply With Quote
 
Atreides
Guest
Posts: n/a

 
      03-26-2009
Hi Alan,

...And it did look very promising. It just caused us too many problems.
We applied the group policies to our Sites which would deploy the correct
printers. Except we had issues like:
- Needing to reinstall printers on the clients because of corrupt drivers -
which was sometimes impossible, (requiring a re-image) - Due to persistant
GP not letting go.
- Users not wanting so many Printers in their list.

I'll continue to look into it..

Jim

"Alan Morris [MSFT]" <> wrote in message
news:...
> Using Deployed Printers you can associate a printer to a location if the
> domain is specifically setup that way but if it's not then there is no
> sense.
>
> Group Preferences will have similar requirements.
>
>
> I think there would be some people interested in the hurtles using
> deployed printers. The purpose of the feature was to solve a problem not
> create more but I am well aware of the AD configurations required.
>
>
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/search/?adv=1
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Atreides" <> wrote in message
> news:4361236F-5340-438F-A521-...
>> Hi All,
>>
>> We are currently adding printers based on group membership, via VB
>> script..
>> objNetwork.AddWindowsPrinterConnection \\server\printer
>> But we mostly have problems with users who travel and require printers at
>> the local site to be installed.
>>
>> What is the best way to deploy printers to a med-large organization ? We
>> have tried using Group Policy (with Print Management), which was a
>> massive
>> headache. Although we have not tried GP Prefs.. What are your experiences
>> ?
>>
>> (( If this is not the correct group to post to, could someone please
>> point
>> me in the right direction ? ))
>>
>> Thanks !
>> Jim

>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble with Vista GP to deploy printers George Spiro Windows Vista General Discussion 1 07-20-2007 04:56 PM
Trouble with Vista GP to deploy printers George Spiro Windows Vista Hardware 1 07-20-2007 04:56 PM
Using WDS to deploy Vista swoody Windows Vista Installation 0 10-05-2006 04:54 PM
Using WDS to deploy Vista swoody Windows Vista Administration 0 10-05-2006 04:53 PM
Using WDS to deploy vista swoody Windows Vista Administration 0 10-05-2006 04:51 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59