System Center 2012 Configuration Manager 2012 is now released and that means that the Technet Forums for Configuration Manager 2012 is also live. Be sure to bookmark them! http://social.technet.microsoft.com/Forums/en-US/category/systemcenter2012configurationmanager
Author: Jörgen Nilsson
Heading for MMS 2012
On Friday the 13/4 I will be leaving for Microsoft Management Summit(MMS) 2012. MMS is the largest, coolest and most exiting System Center event in the world! This year with System Center 2012 coming round the corner it is extra exiting. Don’t miss the two keynotes which will be streamed live from the event: Microsoft…
Unattended installation of the ConfigMgr 2012 pre-reqs
When it was time to rebuild my labb environment again I decided to write a little .CMD file that helps med in the future. I did it for SCCM 2007 but now there is not that much to configure now that Webdav is not needed anymore, but I did it anyway. Yes, I could have…
Configuration Manager 2012 – Client push pre-req
If you are going to use Client Push in System Center 2012 Configuration Manager which I at least use many times both for deploying the client and troubleshooting, there is a manual pre-req hotfix that you need to install: “0x00000044” Stop error on a computer that is running Windows 7 or Windows Server 2008 R2…
SCCM report lists virtual servers and physical servers – per collection
When I answered a Technet forum question I thought I would post this report here as well, the report lists all physical and virtual servers in a collection: To implement it you need to create a Prompt called @varcollection here is the SQL query: select v_R_SYSTEM.Name0 as ‘Virtual Servers’, @varcollection as Collection from v_R_SYSTEM inner join V_GS_COMPUTER_SYSTEM on…
System Center Friday Recording is now available!
The recording of the System Center Friday Livemeeting we hosted on friday, “System Center 2012 Configuration Manager – Nyheterna”(in Swedish) is now available online. http://youtu.be/8ShzeDY2Qio Be sure to check it out.
System Center Friday! SCUG.SE
Hi, System Center User Group Sweden will host a series of System Center 2012 livemeetings starting today! With Myself and Stefan Schörling presenting the news in System Center 2012 Configuration Manager(in Swedish) at 15:00. The details for joining the meeting are posted here: http://www.scug.se/?p=110 Me and Stefan will host to more livemeetings in the System…
ConfigMgr2012 how the admin console handles multiple edits of objects
Anyone experienced the problem when many admins are editing a Task Sequence at the same time in SCCM 2007? The last writer wins which can cause some unexpected results. In ConfigMgr 2012 where many of the objects now are global data there, is new function that handles this named: “Serialized Editing of Data Objects” (SEDO). SEDO…