George Schneider schrieb:
> Is there a way to automaticaly assign printers when a user logs onto certin
> machines through group policy. [..]
No. Publish Printers (2003 R2) is not a functional way to handle it.
Itīs not GPO, itīs still scripting, but some people think itīs cool.
Create a login script and deploy the printer by using con2prt.exe
http://www.gruppenrichtlinien.de/too...unsortiert.htm
or use "rundll" -> rundll32 printui.dll,PrintUIEntry /?
You can filter in different ways, like
- Inside the Script:
if %computername%=machine1 con2prt \\server\printer1
Or in combination with "ifmember.exe"
- Filter by dsacls on the GPO
Run the script as a logon script (user configuration) and link it
to the computer, enable loopback
etc.
Mark
--
Mark Heitbrink - MVP Windows Server - Group Policy
Homepage:
www.gruppenrichtlinien.de - deutsch
Blog: gpupdate.spaces.live.com - english