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 there as well.
the path should be as following:
\Fileserver{group name}{user name}
can someone give me some pointers on how to achieve this?