Question Create computer account in AD + set permissions

mr_wizzle

New member
Joined
Aug 25, 2015
Messages
1
Programming Experience
3-5
Hey Guys,

I'm currently working on a small tool that create a computer account in Active Directory (AD).
The common things like creating the account is not a big problem... I'm using System.DirectoryServices.AccountManagement for this.

Now the challenge is set/configure a AD that will be allowed to join the device to the domain.
For you reference please see below picture where I point out to the field that I want to populate using VB.net

2015-08-25 16_47_16-Foto's.png

I even don't know how this field is called, I searched all properties in the ComputerPrincipal class but could not find anything (https://msdn.microsoft.com/en-us/li...ntmanagement.computerprincipal(v=vs.110).aspx)

Please help.

Thanks
Jurian
 
Back
Top