I’m developing an app to semi automate the workstation deployment process on a Windows domain and have most of it worked out except the step to join the computer to the domain. Doing this in powershell is easy but I don’t see how to do this in xojo. The only method I can think of is to create a powershell script that does the joining and run it via shell.execute() but was hoping to for a xojo cmdlet that can do the joining but haven’t found one.
Does anyone know how to join a domain directly in xojo without running an external script?
EDIT:
One additional note which may or may not make a difference. We are using a Linux samba 4 server for the domain controller instead of a Windows AD server.