creating multiple folder
how can I automaticalluy create folders ofr each other users on the DC. I've approx 150 user but I don't want to create 150 folders manually.
April 8th, 2010 12:02am

Hi, May I know what the folders are used for? As DC is a critical server, only domain admins are allowed to logon locally by default. If you need to create folders for each users, you can write a script and use the CreateFolder method to create multiple folders: set objFSO = CreateObject("Scripting.FileSystemObject")Set objFolder = objFSO.CreateFolder For more assistance about writing script, I suggest that you create a new thread in "The Official Scripting Guys Forum!" at http://social.technet.microsoft.com/Forums/en-US/ITCG/threads Thanks. This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
April 8th, 2010 5:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics