How does the New Fog Client join a computer to a domain?
-
Does it call a Windows native command or use some other method?
The legacy client required that netdom.exe exist in a path designated in the .ini , which then also required pulling netdom.exe from the waik.
-
Native Windows API is used (https://msdn.microsoft.com/en-us/library/windows/desktop/aa370675(v=vs.85).aspx). Netdom is not required.
-
Excellent. Thank you! It’s good to know that a netdom pull is no longer required.