Today I was installing FEP 2010 at a customer. At the prerequisites verification page I got an error on a pending restart. Well… That’s not unlikely so I restarted the server, but I got the same result. To work around this problem you have to modify the registry. Open PendingFileRenameOperations key from “HKLMSYSTEMCurrentControlSetControlSession Manager”. Delete (or copy its content to notepad) and save the key. Restart FEP 2010 Setup (or re-run the prerequisite checker) and then everything should be just fine. At least it for me J Thank to Kenny Buntinx, for helping me out on this issue.
Author: Ronni Pedersen
From time to time I spend time on troubleshooting Active Directory and SYSVOL replication at my customers. The built in replication schedule are great, but some time it’s nice to force replication on all Domain Controllers to minimize the waiting time… This script will force an instant replication on all domain controllers. ReplicateAD.vbs Option Explicit Dim objDSE, strDN, objContainer, objChild, sCommand, WshShell Set objDSE = GetObject(“LDAP://rootDSE”) strDN = “OU=Domain Controllers,” & objDSE.Get(“defaultNamingContext”) Set objContainer = GetObject(“LDAP://” & strDN) sCommand = “%COMSPEC% /C ” Set WshShell = WScript.CreateObject(“WScript.Shell”) objContainer.Filter = Array(“Computer”) For Each objChild In objContainer WshShell.Run(sCommand & “repadmin /syncall “…
1st July 2011, I received an email from Microsoft and I am delighted to share that I have been awarded “Microsoft Most Valuable Professional (MVP) 2011” for the fourth consecutive year in System Center Configuration Manager. I would like to thank everyone of you who have supported me in any form especially my friends, family, colleagues, community partners, MVPs, MVP Lead and the Configuration Manager team at Microsoft in Redmond. The following is the content copied from the announcement email… Dear Ronni Pedersen, Congratulations! We are pleased to present you with the 2011 Microsoft® MVP Award! This award is given…
Microsoft Deployment Toolkit (MDT) 2012 Beta 1 rides the next wave of System Center releases with support for System Center Configuration Manager 2012. For Lite Touch installations, MDT 2012 improves the overall client-side user experience, while also providing behind-the-scenes enhancements for partitioning, UEFI, and user state migration. These features, combined with many small enhancements, bug fixes, and a smooth and simple upgrade process, make MDT 2012 Beta 1 more reliable and flexible than ever. Join the MDT 2012 Beta 1.
New features include support for Microsoft System Center Configuration Manager 2012, an improved Lite Touch user experience, and more! Visit the MDT home page and subscribe to the news feed to be notified when he beta is available for download (releasing in early June). Source: Microsoft Solution Accelerators May Newsletter!
Earlier this year Microsoft released an update to USMT 4.0, adding support for Office 2010 and a few other minor updates: The XML rules included in the default Migapp.xml file are updated to include new rules that support migrating Office 2010 application settings. Changes that resolve an issue that creates many temporary files, that does not correctly remove the temporary files in a hard-link migration, and that causes poor LoadState performance. An issue that prevents migration in certain time zones is corrected. You can download the update from Here.
When running certain applications and commands through the “Run Command Line” task sequence in System Center Configuration Manager 2007 for a 64-bit Operating System you might find that the task will fail. This is true for applications that don’t fully support 64-bit mode. Some commands are not available by default when running in 32-bit mode, for example “manage-bde.exe” or “winsat.exe. To work around this issue, simply disable the “64-bit file system redirection” in the task sequence when running such applications or commands.
Our friends over at it-experts and the Colabora User Group is hosting a full day event with focus on Exchange and Lync (in Danish) , for registration and agenda please have a look at http://colabora-juni2011.eventbrite.com/ Enjoy.
Jason T. Lewis has just announced the release of System Center Updates Publisher 2011. Read the announcement here. I’m happy to announce that we have released System Center Updates Publisher 2011 to the web today. This release was primarily driven by customer feedback over the past year. It all started last year at MMS (2010) where we got a lot of great feedback regarding the existing product. Out of that feedback a plan was created to greatly improve the product for both customers and partners. Updates Publisher 2011 is packed full of new features and additions with just a few…
Mikael Nyström (aka The Deployment Bunny), has a new blog post on some of the undocumented Properties in MDT 2010 Update 1. Read the full blog post here. Once again, at 33000 feet over the Atlantic Ocean on my way back from TechEd NA in Atlanta I started to think about all the different properties in MDT 2010 Update 1 that I use which are not really documented, trust me there are “some”. Some of them is, well, not really so useful, but some of them I really use and so should you. So this post is solely made for…