Scripting for logon Map Drive etc...

D

Dan

Good Afternoon form New England.

I have been doing some research on scripting for logon
purposes for such drive deletion, mapping and so on. There
seems to be a few different types that can be used.
(vb java bat wsh). I am currently working with a window
2000 Server with Active Directory. I have seen "Net use"
(.bat)configuration, this I assume is probaly a NT4 item.
But I was wondering if this is out dated and that I should
be looking for a more upgraded approach. I guess my
question is what is the going script for today,s IT
Administrator.

Thanks
Dan
 
B

Brian Desmond [MVP]

Dan-

Net use still works fine - it's by far the easiest for simple drive mapping
stuff.

WSH (Windows Scripting Host) is becoming the preferred way to do scripting
stuff, though. You can map drives with it as well, but it does take some
more effort until you learn VBScript and the WSH syntax.

--
--
Brian Desmond
Windows Server MVP
(e-mail address removed)12.il.us

Http://www.briandesmond.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top