- Download - Remote Server Administration Tools for Windows 7
- Netdom.exe it has to run from C:\Windows\System32\ folder otherwise netdom.exe does not work
- Administrator user and password
Step:
- Create a .bat file and insert this code:
c:
cd\Windows\system32
netdom join %ComputerName% /domain:scc.local /userd:%1 /passwordd:%2
shutdown -r -t 300 - Copy this file into local computer using Zenworks Applications
- Then run that .bat file using Zenworks Applications and pass the administrator username and password as command line parameter.
No comments:
Post a Comment