Hi Chris
I was expecting reply from you. U seem to be Guru in scripting :)
I saved the above script as cs.vbs file and tried from command prompt csript cs.vbs which didnt work. Also I tried to execute it directly but it shows error on line 38 (file attached) . I am not that comfortable with vb scripting. I am also referring to your solution in previous post
http://www.experts-exchang
I have test environment where I can test your script. Also I need to run this script on users in specific OU only. Your help is greatly appreciated
Thanks
CJ
Main Topics
Browse All Topics





by: Chris-DentPosted on 2008-04-17 at 03:48:06ID: 21375751
Hey CJ,
Not too hard to do, the script below is VbScript, you'll need to save it off as .vbs.
It doesn't make any changes at the moment, that bit is commented out until you've had a chance to see what it does.
I recommend you run it with this on the command line:
cscript scriptname.vbs
It means all the things it tells you appear on the command line rather than as lots of popup windows.
HTH
Chris
Select allOpen in new window