Scripts to work with Active directory

Permabanned
Joined
19 Apr 2006
Posts
2,333
Location
West Yorkshire
Can anyone point me in the right direction of where to start looking at how to write a login script to work with AD?

I have made basic login.bat files however I now wish to write something that copies certain items to their desktop depending on what department they work in.

Is this possible?
 
This site is very useful for all things scripting!! Have a look in their forum and in the script vault for pre-written scripts and examples. Very often they'll have something that does 80% of what you want which just needs a little tweaking.

Just re-reading your post and I notice that you are working with bat files. You'll be able to do more if you move over to vbscript.

Fezzer
 
Thanks Fezzer, looks like that is just what I was after.

With regards to the batch files, I was using them due to my lack of knowledge in vb, so hopefully this will now allow me to get into the vb side of things.
 
Back
Top Bottom