i can create a user with

Code:
                DirectoryEntry AD = new DirectoryEntry("WinNT://" + Environment.MachineName + ",computer");
                AD.AuthenticationType = AuthenticationTypes.Anonymous;
                DirectoryEntry ATatorithät = AD.Children.Add("ATUserP3", "user");
                ATatorithät.Invoke("SetPassword", new object[] { "ATuser"
...