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