In February me, Stefan Schörling and Anders Ahl did a livemeeting on Configuration Manager 2012 deep-dive livemeeting as part of the System Center 2012 livemeeting series at Technet Sweden. The recording of that livemeeting is now available on youtube, it is in Swedish though. http://www.youtube.com/watch?v=iYakHwlQqfA&feature=youtu.be Missa det inte!
Month: February 2012
System Center 2012 Unified Installer RC
I started this blog post when the Unified Installer was released, then I decided to not write it and wait for the released version. A couple of days ago I got a question regarding Service Manager 2012 and integration with Configuration Manager 2012 and then I used the Unified Installer to get a test environment up and…
Windows Installer hotfix for your Configuration Manager 2012 clients
I ran in to this a while ago and did it again now so I thought I would share it here. There is a hotfix for Windows Installer which solves a problem when for instance a windows 7 computer needs to self-repair an windows installer based installation and the source files are located at the…
Installing multiple Windows 7 hotfixes(.msu) with SCCM
Sometimes you want to deploy more that one Windows 7 hotfix with Configuration Manager. The hotfixes for Windows 7 is .MSU files and are installed using Wusa.exe. If you wan to make the hotfix installation silent you simply add /quiet /norestart on the command line aswell. Example command line: Wusa.exe c:\temp\Windows6.1-KB982018-v3-x64.msu /quiet /norestart To simplify the…
System Center 2012 Configuration Manager Survival Guide – Technet Wiki
There is a great source of Configuration Manager 2012 information in the System Center 2012 Configuration Manager Survival Guide on Technet. Make sure to check it out, there are links to blog posts, videos, articles and blogs on System Center 2012 Configuration Manager. It is truly a great place to start looking for information about…
Make it harder to uninstall the FEP client
As we all know FEP doesn’t have tamper protection or the possibility to password protect the uninstallation of the FEP client. I normally use the collection query I posted before on my blog to automate the re-installation of the FEP client if it is uninstalled. https://ccmexec.com/2011/11/forefront-endpoint-protection-and-locally-removed/ But in the case where we have users that are local…