"Don" <someone[ at ]somewhere.net> wrote in message news:uYuODwNmHHA.2596[ at ]TK2MSFTNGP06.phx.gbl...
[Quoted Text] >I have found myself responsible for administering a small lab network with >a > server running Windows 2000 server. Does anyone know of any good online > logon script samples for doing things like automatically mapping network > drives, etc? It is pretty much a stock machine without any scripting > tools > (e.g. kix32 (?)) added. > > Any ideas will be greatly appreciated! > > Thanks in advance! > > Don > >
Here is a typical example:
net use P: \\YourServer\UserShares\%UserName%
|