Have you got this?

Then you probably got an old version of ESX(i). Update to latest and choose Server 8 as profile for your VM and you should be good to go!
May 03
Allright, I´m starting to find issues with ConfigMgr 2012 during my first installations. For instance, if you decide to install updates to your 4.0 Framework Client Profile you might find that your Configuration Manager 2012 console will crash (stop working).
These are the updates I installed.
And this is the error message I got.
I also could not run my SQL 2008 setup, as that aslo failed with a similar message.
Well, don´t panic. The solution is to repair your .Net Framwork 4.0 installation. To do this, simply download the .Net Framework 4.0 standalone installation, run it, and chose to repair your installation.
This will also fix the issue with SQL 2008 setup.
You can find the .Net Framework 4.0 Standalone installer here.
Apr 30
Do you get this error message when you create an account and set thechange password at next login?![]()
Well, then I got “good” news for you. This will be fixed in Service Pack 2 of Windows Server 2008R2 / Windows 7. In the meantime you can install 2 hotfixes. One on the server and one on the client. And they are of course 2 different hotfixes… ![]()
Client-side hotfix: http://support.microsoft.com/kb/2648397
Server-side hotfix: http://support.microsoft.com/kb/2648402
Also note that the server-side hotfix requires you to have both the RDS Host role and the Web role to be installed.
A lot of hotfixing in order to change the password during first time logon……
Apr 23
After you install SP1 on Windows 2008 R2 SP1, you may encounter problems with RDP after reboot. This happens if http://support.microsoft.com/kb/2667402 is already installed.
Fix: Uninstall http://support.microsoft.com/kb/2667402 before installing SP1J
If you already have installed SP1 with KB2667402 already installed you must uninstall KB2667402 and then re-apply it. You can uninstall it remotely with following command:
wmic /node:<SERVER> process call create “powershell wusa /uninstall /kb:2667402 /quiet /forcerestart”
Apr 17
I tested MDT 2012 to deploy Windows Server 8 as a domain controller. Had a small issue with product key missing. I tried to find a product key for Windows Server 8 on the Microsoft Pages, but could not find it. I ended up finding it on the installation media.
Mount the iso file or extract it to a folder. Then browse your way into the sources folder. Look for the product.ini file, here you will find the different “default” product keys that is used during a standard DVD installation.
I found the key I needed and updated my customsettings.ini file with
ProductKey=HMG6P-C7VGP-47GJ9-TWBD4-2YYCD
(Yes, I am installating Standard edition)
It then comes to almost the end of the installation and I received this error:
Windows could not parse or process the unattend answer file C:\Windows\Panther\unattend.xml for pass [specialize]. A component or setting specified in the answer file does not exist.
I first thought this was the product key that was wrong. But after hitting Shift+F10 and browsing c:\windows\panther folder and looking at the unattend.xml file I noticed that the product key was injected just fine.
I started the deployment workbench and got up properties on the task sequence.
And then I edited the unattended.xml file. (This takes some time the first time since it needs to generate a catalog file)
I deleted the amd64_Microsoft-Windows-IE-InternetExplorer_neutral from the 4 Specialize phase. Then I saved the XML file.
And voil’a the server 8 deployed just fine.
I still have not got the roles and services to work, since this is no yet supported with Server 8. Will have to create a Powershell script to automate that part (later). ![]()
Mar 27
The day has finally come that HP has decided to create driver packs for SCCM. As we all know this has been a Dell thing until now. Johan Arwidmark blogged a post about it:
http://www.deploymentresearch.com/Blog/tabid/62/EntryId/55/HP-takes-the-next-step-and-provides-ready-made-driver-packages-for-MDT-and-SCCM.aspx
Here is a screenshoot from my Softpaq Downloader:
I must say that this is exciting. I have spent very much time dealing with HP drivers for various models.
Let’s give it up for HP! I hope they invest further in this. ![]()
Mar 20
Got a surprise mail from Dell Techcenter today, I got an invite to be one of the TechCenter Rockstars. More info about the program can be found here: Fostering the people: TechCenter Rockstars
I accepted and are really looking forward to be a part of the program, and to be able to give my feedback
Mar 08
Yes, it works (and no, it is not supported).
Configuration Manager 2012 on Windows Server 8 (beta)
I just set up Configuration Manager 2012 on Windows Server 8 (beta) using Windows 8 Consumer Preview as a client.
The only REAL issue I encountered is the SQL Server version you need to make ConfigMgr 2012 install. I used SQL Server 2008 R2, and had several tries before I got it working. Basically, what you need to install is the following (in this order):
If you are using some other version of SQL, here are the correct versions you need.
There are also a some posts on how to deploy Windows 8 Consumer Preview using Configuration Manager 2012 laying around the Internet. Check them out.
Newest Comments