As the guys over at FreeWyseMonkeys demonstrated with JoinDomain.zip, it ain’t hard to integrate a Windows XP Embedded system into Active Directory.
You basically need this:
- A system powered by Windows XP Embedded
- netdom.exe (from any Windows XP – SP2 in your MUI language)
- some know-how, on how to use netdom to integrate it into your AD
Everything else is already present on the Windows XP Embedded systems I’ve seen. Then let’s get it on !
First, copy over the netdom.exe to your XPe, and then run the following command:
1 2 3 4 5 6 |
netdom.exe join /d:barfoo.org /OU:"OU=Thinclients,OU=Computer,DC=barfoo,DC=org" %COMPUTERNAME% /ud:Administrator /pd:P@ssw0rd /uo:Administrator /po:P@ssw0rd /verbose |
Here as a note:
- ud and pd is a User/Password inside your Active Directory with the permissions to create new computer accounts
- uo and po is a User/Password with administrative rights on the Windows XP Embedded device
After that, you just need to reboot, Et Voilà! the system is present in your Active Directory. Just be aware, if you’re using a localized Windows XP Embedded by Wyse, make sure to contact your fellow Wyse Support, as the is a bug with the MUI stuff needed for the domain logon.
Also, as yet-another side note: The default Administator password is mentioned in this Knowledge Base entry.