views:

58

answers:

1

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

THX, Alex

+1  A: 

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#"

adf88
Is it possible to add user in Workgroup, not domain.
knifewounded