Personal directories on file server for each user in AD
I want to make a home directory for each user of every group in AD using a batch script.
the users personal directories (my documents, ...) should be stored in th开发者_开发百科ere as well.
the path should be as following:
\\Fileserver\{group name}\{user name}
can someone give me some pointers on how to achieve this?
Nothing is impossible...
You may not be able to do it with a batch script..but you can with .NET app.
You'll have to read the users and groups from the Active Directory & then use impersonation to create folders on the fileserver for each group/user combo.
This is impossible to solve, I'm very sorry to disappoint you.
精彩评论