I
igor
Anyone know why Active Directory won't create the Home Directory
Folder when its setup through a vb.net executable? I'm stumped.
I've tried creating the user and thereafter pausing several seconds
before setting the homedirectory and homedrive properties. This
doesn't work.
In the end, I just want the folder to be created with full control
specified for the new user. I've tried having my code accomplish this
by creating the directory via system.io and assigning rights via
System.Security.AccessControl. Again, no luck. The folder is created
but rights are not assigned.
Any help is much appreciated.
Thanks
Folder when its setup through a vb.net executable? I'm stumped.
I've tried creating the user and thereafter pausing several seconds
before setting the homedirectory and homedrive properties. This
doesn't work.
In the end, I just want the folder to be created with full control
specified for the new user. I've tried having my code accomplish this
by creating the directory via system.io and assigning rights via
System.Security.AccessControl. Again, no luck. The folder is created
but rights are not assigned.
Any help is much appreciated.
Thanks