Link to home
Start Free TrialLog in
Avatar of mrsam3
mrsam3

asked on

Urgent Printer Setup?

We have been using a windows 2003 server and we are migrating to 2008 server.  we have been using a combination of ifmember and con2prt to automatically setup about 100 printers when a user logs on.  Is there an easier way with 2008 server and group policy? we already have users in the groups they need to be in so we would prefer it to be group dependant... I am not even sure if this is going to work with 2008 anymore...

:CHECKNSEast02
\\DOM-fs01\netlogon\ifmember "DOM\NSEast02"
if errorlevel 1 goto NSEast02
goto CHECKNSLL02
:NSEast02
\\DOM-fs01\netlogon\con2prt /c \\DOM-fs01\NSEast02



:CHECKNSLL02
\\DOM-fs01\netlogon\ifmember "DOM\NSLL02"
if errorlevel 1 goto NSLL02
goto CHECKNSWEST01
:NSLL02
\\DOM-fs01\netlogon\con2prt /c \\DOM-fs01\NSLL02
ASKER CERTIFIED SOLUTION
Avatar of ChiefIT
ChiefIT
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial