NetDom at Startup
- by m4tty
Hi,
We have a Bat file running on a pc login to migrate a pc from Domain A to Domain B this works brill but.
@ECHO OFF
cmd /c netdom move /domain:B %computername% /OU:"OU=Computers" /ud:B Admin /pd:***** /uo:%computername%\administrator /po:***** /uf:A admin /pf:******
We need this to be able to run at PC startup rather than user login. It looks like it runs but doesnt actually do anything. Any help would be brilliant.
Thanks