How to connect Home Folder using PowerShell
Posted
by Maximus
on Server Fault
See other posts from Server Fault
or by Maximus
Published on 2010-03-05T11:18:05Z
Indexed on
2010/03/12
0:37 UTC
Read the original article
Hit count: 614
powershell
|active-directory
I tried to create user using New-QADUser cmdlet. I know this cmdlet has -HomeDrive switch. But the problem is that cmdlet is just applying path string to user's account and not creating user's home directory on the fileserver like it happens when you use ADUC console. How can I do it corerctly?
© Server Fault or respective owner