Archived from groups: microsoft.public.win2000.group_policy (
More info?)
Kevin-
You're not going to notice the amount of time it takes to do this in script.
I do five or ten printers and it's quite speedy.
--
--
Brian Desmond
Windows Server MVP
desmondb@payton.cps.k12.il.us
Http://www.briandesmond.com
"Kevin" <emer777@hotmail.com> wrote in message
news:OOr9AFXIEHA.2260@TK2MSFTNGP09.phx.gbl...
> What would be the best way to go at writing a script or just having the
> users add their printer in one time. With a script won't it slow down
their
> logon process.
>
> Thanks Kevin
>
>
> "Brian Desmond [MVP]" <desmondb@payton.cps.k12.il.us> wrote in message
> news:%23xhs4EQIEHA.3444@TK2MSFTNGP11.phx.gbl...
> > I replied to this exact same post on the
> > microsoft.public.win2000.active_directory group.
> >
> > There is not a built in way of doing this, but, it's an easy thing to
> script
> > in a logon script. Check out the TechNet script center for examples -
> > www.microsoft.com/technet/scriptcenter. Something like this would work:
> >
> > Dim net
> > Set net = Wscript.createObject("Wscript.Network")
> > net.AddWindowsPrinterConnection("\\PrintServer1\SomePrinter")
> >
> >
> >
> > --
> > --
> > Brian Desmond
> > Windows Server MVP
> > desmondb@payton.cps.k12.il.us
> >
> >
Http://www.briandesmond.com
> >
> >
> > "Kevin" <emer777@hotmail.com> wrote in message
> > news:uflMzNMIEHA.1220@tk2msftngp13.phx.gbl...
> > > What does that mean ? I would like to see the resolution to the
problem
> .
> > > Thanks
> > >
> > >
> > > "Brian Desmond [MVP]" <desmondb@payton.cps.k12.il.us> wrote in message
> > > news:ebGxd%23lHEHA.3248@TK2MSFTNGP12.phx.gbl...
> > > > This was replied to on m.p.win2000.a_d. Please don't multipost.
> > > >
> > > > --
> > > > --
> > > > Brian Desmond
> > > > Windows Server MVP
> > > > desmondb@payton.cps.k12.il.us
> > > >
> > > >
Http://www.briandesmond.com
> > > >
> > > >
> > > > "Mig45" <mig45@post.cz> wrote in message
> > > > news:%234iahuhHEHA.2744@TK2MSFTNGP10.phx.gbl...
> > > > > Hi All
> > > > >
> > > > > Help me
> > > > >
> > > > > I need remotely install network printers to multiple users .
> > > > >
> > > > > Xerox,HP printers with mapping "local port"
> > > > >
> > > > > W2K DC with AD + WK2K,XP users .
> > > > >
> > > > > Its possible install remotely with AD+GPol ?
> > > > >
> > > > > How pls ?
> > > > >
> > > > > Thx Petr
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>