Scan your PC for Errors

Member Panel



Join the PC Help Forum Team

Join PC Help Forum on Facebook

Join the PCHF Distributed Computing Teams

Try the NEW PC Help Forum Dark style

Link to PCHF from other parts of the Internet
PC Forum PC Help Forum » Operating Systems » Windows Server » [Answered] 2003 Active Directory - Printers

Windows Server - [Answered] 2003 Active Directory - Printers posted in the Operating Systems forums; Right, If you have a printer in Active directory, is there a way of automatically making an organizational unit use a printer as in have it in their profile without ...

JOIN US NOW to remove these Ads

Post New Thread  Reply
  #1  
Old 04-25-2005
Silver Member
 
Join Date: Nov 2004
Posts: 114
Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page
Default [Answered] 2003 Active Directory - Printers

Right,

If you have a printer in Active directory, is there a way of automatically making an organizational unit use a printer as in have it in their profile without using the add printer wizard whilst logged in as them.

In other words, we have a new printer, we want 250 people to use it all of whom are in the "Management" OU. we install the printer one night, and in the morning all of them must have it automatically as their default printer. we do not want to have to log in as each user and add it manually.... how do we do this?!

Thanks!!


__________________
Mort<br /><br />Powered By SpoonMonkey's Inc.<br /><br />Better to be Spooning than Working
  #2  
Old 04-26-2005
Friend of PCHF
 
Join Date: Sep 2004
Location: Right here !
Posts: 2,149
Zimbo - See this Members User comments on their Profile page
Default Re: 2003 Active Directory - Printers

Howdy buddy

Right we are running the same kind of system as you but luckily we only have just over 50 employees.

I was trying to sort something like this out within our offices but haven't gotten around to doing it yet.

Have you tried setting it up in a Startup script on the domain controller so that when they login it automatically sets up the printer.

I know if you were to do the following it would setup the printer on the machine.

Type in the location of the printer in that RUN menu e.g

\\SERVER\HP4200

If you type that on a machine where the printer isn't currently installed then it will install it.
So in theory you should be able to add that line to the startup script and that should work.


--EDIT-- Also check this site out, adding VBscript
http://msdn.microsoft.com/library/de...alkthrough.asp



  #3  
Old 04-26-2005
Silver Member
 
Join Date: Nov 2004
Posts: 114
Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page Mort - See this Members User comments on their Profile page
Default Re: 2003 Active Directory - Printers

yup good one, just found out about the script method, well cool!

one question, what about drivers for the printer? would be cool if this would work on NT/2000 and XP clients.... am sure the XP machines will just use the 2003 server drivers.... but what about the other computers?

check out this script, it lets u decide by a naming convention which computers get which printers... pretty nifty!? It uses the first 3 characters of the compuer name to define the location of the computer!!

Code:
Set Network = CreateObject("Wscript.Network") 
compname = network.computername
room = left(compname,3)
? ?
Select Case room
? ? ? ? ? Case "D29"
? ? ? ? Network.AddWindowsPrinterConnection "\\server1\D29Laser" 
? ? ? ? Network.SetDefaultPrinter "\\server1\D29Laser" 

? ? ? ? ? Case "D28"
? ? ? ? Network.AddWindowsPrinterConnection "\\server1\D28Laser" 
? ? ? ? Network.SetDefaultPrinter "\\server1\D28Laser" 


case else
 
End Select


__________________
Mort<br /><br />Powered By SpoonMonkey's Inc.<br /><br />Better to be Spooning than Working
  #4  
Old 04-26-2005
Friend of PCHF
 
Join Date: Sep 2004
Location: Right here !
Posts: 2,149
Zimbo - See this Members User comments on their Profile page
Default Re: 2003 Active Directory - Printers

Nice script buddy

Normally when you setup the printers up on the server you can tell it whether to install the drivers onto the machine so that the network PC's can use them to install.

I am not too sure about the whole NT/2000 as we recently finished getting everyone up to XP Pro but I am sure there must be a function for you to install the drivers onto the drive for the network PC's




Reply
Satellite TV on your PC - over 3000 Channels! Click Here!

Bookmarks

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 Off
Pingbacks are Off
Refbacks are On

All times are GMT +1. The time now is 12:16 AM.
Powered by vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC7
All Graphics & Content Copyright © 2004-2008 - PC Help Forum.com


Back to Top