vbscript it is. When I assign the printers, do the PCs pull down drivers from the print server?
"Tom Miller" <[EMAIL PROTECTED]> wrote on 08/11/2008 10:56:07 AM: > Hi Folks: > > I am moving my file and print services from eDirectory (Netware) to > AD DS. We plan to use SCCM, but I may not have it operational in > time for the migration. Can someone suggest a method to associate > users with network printers (so that the printer, drivers get > install automatically on the PCs if necessary)? GPOs, scripting? I do it with a script, in the login script. I check group memberships, and assign printers accordingly (I try to have each department be it's own group). You either can do it in a VBScript, or call it from an old-style batch file, by using the "con2prt" utility. >>> <[EMAIL PROTECTED]> 8/11/2008 12:00 PM >>> Confidentiality Notice: This e-mail message, including attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ~ Finally, powerful endpoint security that ISN'T a resource hog! ~ ~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/> ~
