How To Programmatically Create a User's Profile from the NetworkServices account at WinServer 2008 r2.

THX, Alex

link|improve this question
feedback

1 Answer

I don't know what are restrictions to NetworkServices account, but to create new user you can use New-ADUser Cmdlet.

Example how to use Cmdlets from C#: "Call PowerShell Cmdlets from C#"

link|improve this answer
Is it possible to add user in Workgroup, not domain. – knifewounded Aug 20 '10 at 11:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.