Ahh, thanks for that. I did actually try setting the passwords the same and realised it worked. I will try your command instead though as i didn't want to have the passwords the same.
Another question i have is trying to get all of the remote management stuff working with the firewall enabled on the core box. I have just done a fresh install of the core to try and get everything working without hacking too much .. i.e. disabling firewall rules willy nilly to gain access. All i am trying to acheive with my core install is just a bare OS to run virtual machines from, kinda like VMWare's ESX Server.
From a fresh install i have run the following basic commands initially on the core:
1. Enable Ping - netsh firewall set icmpsetting 8
2. Enabled RDP - Cscript %windir%\system32\SCRegEdit.wsf /ar 0
Cscript %windir%\system32\SCRegEdit.wsf /cs 0
3. Install Hyper-V (MS Install Guide) - Start /w ocsetup Microsoft-Hyper-V
4. Your commands above - bcdedit /set hypervisorlaunchtype auto
start /w pkgmgr /iu:Microsoft-Hyper-V
Ideally it would be nice to install a basic server 2008 virtual machine straight from the core so i can then use that to manage the core from then on using a GUI (but i gather this isn't really documented yet). At the moment i have a second machine running server 2008 that i can manager the core though.
Without disabling the firewall on the core, what are a basic set of firewall rules i can enable to allow me to manage components on the core like Hyper-V MMC, Firewall, Disk Management etc. I have tried commands i've found on a number of sites, but i still get RPC errors so it seems i'm not enabling the correct ones.
Any help would be appreciated.
Peter