开发者

Personal directories on file server for each user in AD

开发者 https://www.devze.com 2023-01-01 12:00 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消