it won’t work. period.
Install it on your HDD and enjoy
Problems, solutions and workarounds: all about using, developing and implementing software across Microsoft technologies...and BTW: yes, I work for Microsoft!
it won’t work. period.
Install it on your HDD and enjoy
Microsoft Hyper-V Server 2012 is a great opportunity to virtualize the whole IT environment for low cost (free download, free-of-charge activation – as for today).
As for core server there aren’t any window based management tools, the administrator may want to learn and exercise console and powershell commands. Alternatively, there’s an administration package named CoreConfig at codeplex: http://coreconfig.codeplex.com/
After copy to the target box one may encounter problems starting the configuration tools. The reason is based on changed command set for Windows Server 2012 and described here:
http://coreconfig.codeplex.com/discussions/397446
So, once you downloaded the content of the package to your fresh installed Hyper-V Server 2012 box, the next step is: find “oclist” string and replace it by “dism” in following files:
After the files are changed you can start the Start_CoreConfig.wsf as usual (as on Hyper-V Server 2008 R2) – or launch powershell and start single modules.
If you get an error message
"File cannot be loaded because the execution of scripts is disabled on this system"
you’ll need to set execution policy to unrestricted with following powershell command:
Set-ExecutionPolicy Unrestricted
After the steps are done you should be able to start the configuration modules as expected:
Enjoy!
Join the virtual launch event, donwload the evaluation version, learn “What’s new” and enjoy!
Use Windows Server 2008 R2 Standard SP1 computer (a virtual machine as well) with most recent required updates.
Install application server role (full IIS support recommended).
Create two OS accounts for TFS services (recommended): TFS service itself and TFS build service.
Download TFS Express ISO image (<450MB)
http://www.microsoft.com/visualstudio/11/en-us/downloads#tfs-express
and attach it to TFS server (as Image or as burned CD).
Start tfsexpress if not launched automatically.
Accept the license and install.
Setup starts.
Confirm automatic restart of the server if required.
After server restarts, the setup continues.
Setup will try to download latest updates after succeeded finish (will fail if there’s no internet connection available).
After setup wizard closes, the next wizard starts automatically – the configuration wizard.
Confirm wizard start.
Change TFS Service account context (recommended) using TFS Service account created above – click “Change”.
Enter account name and password, check entered data clicking “Test”.
Change default port number (8080) if required.
Verify changes made or continue directly.
Pre-configuration starts.
Start final configuration with “Configure”.
Configuration finalizing starts.
After configuration finishes continue with “Next”.
The final screen displays the URL to access TFS service (here http://tfsexpress:8080/tfs).
Click on the URL brings opens internet browser (here Internet Explorer, confirmation to unblock web address may appear).
Click “Add” to include the TFS service URL in the list of trusted URLs.
The Web frontend of TFS Service opens.
The wizard can be closed. Alternatively TFS build service may be configured from now.
Continue the wizard with “Next”.
Change the project collection if not the default collection is to be used.
Configure number of build agents.
Change TFS build service account context (recommended) using TFS build service account created above, click “Test” to verify entered data.
Ensure test of entered account data succeeded, continue wizard.
Confirm the configuration settings or verify if required.
After validation of the settings start configuration with “Configure”.
Configuration starts.
After configuration finishes finish the setup with “Next”.
Review setup summary on the final screen.
After TFS build service configuration finishes check the summary on the final wizard screen and close the wizard.
TFS express administration console open immediately.
From now you can start to use your fresh TFS express instance and enjoy it!
For anyone, who doesn’t follow MSDN news: WS2012 is RTM.
Stay online with TechNet evaluation center and enjoy!
UPD: do not miss 4th September – Windows Server 2012 availability start
UPD: do not miss Windows Server 2012 Essentials (currently beta)
Yes, the WS12 is here: http://technet.microsoft.com/en-us/evalcenter/hh670538.aspx
Registration required. You can download the .ISO (localized in many languages) or .VHD to bind under Hyper-V
The VHD is an exe-archive (~3GB to download), ~8GB extracted.
The administration password will be set on the first start.
I’ve got it running having 3GB RAM.
Download and enjoy!