quoted form
http://www.ChicagoTech.net
How to setup a default printer based on a network group
' Add a network printer if the computer is a member of the group.
' Make this printer the default.
If IsMember(objComputer, "information_system") Then
objNetwork.AddWindowsPrinterConnection "\\chicagotech\cc041hp4050"
objNetwork.SetDefaultPrinter "\\chicagotech\cc041hp4050"
End If
--
For more and other information, go to
http://www.ChicagoTech.net
Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.
Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
<c> wrote in message news:esZK$(E-Mail Removed)...
> Andyase had asked for information on auto printer assignments in W2k3 Ad,
> depending on OU.
>
> I would be grateful if someone out there knows how to do it....we will be
> using XP as the clients
>
> Thanks Ray
>
>