Author: martin

  • SCCM 2012 SP1 – Remove Client from Collection after OSD

    ,

    Times are changing, so are our scripts. I can’t tell you how often I used this VB-Script http://ccmexec.com/2012/07/remove-from-collection-and-clear-pxe-flag-vbscript-using-status-filter-rule/ , but I think now, the new cmdlets for powershell are more comfortable. So I decided to change my auto-remove to a powershell script.

  • SCCM 2012 SP1 – Include Client CU1 in OSD

    , ,

    Please refer to our new Blog Post about including Cumulative Updates: http://blog.hosebei.ch/2013/09/24/sccm-2012-include-cu-in-osd/ In this post, I would like to show, how to integrate the Client hotfix cumulative update 1 in the operating System deployment Task sequence. First, CU1 is released and it will create update packages for Site Server, console and client (x64 & x86)…

  • SCCM 2012 SP1 – Cumulative Update 1 released

    ,

    Microsoft has released the cumulative upate 1 (CU1) for System Center 2012 Configuration Manager. Here you can find the Description and download link: http://support.microsoft.com/kb/2817245/en-us?wa=wsignin1.0  

  • SCCM 2012 – Application detection with Powershell … and code-signing

    ,

    With System Center 2012 Configuration Manager, we all know it, the new Application model was released. As long as you deploy MSI, the detection method, is very easy to define. But what, if you want to check a registry key, as needed with .Net installations? No Problem. What, if you want to check if the…

  • SCCM 2012 SP1 – Windows 8 Language Pack and .Net 3.5 deployment

    If you want to deploy a Windows 8 Image with language packs, and want to install .Net 3.5 later, it will fail. As stated on TechNet (http://technet.microsoft.com/subscriptions/hh506443.aspx), mind, that you will have to install .Net 3.5 first: Installing a Windows language pack on Windows 8 before installing the .NET Framework 3.5 will cause the .NET…

  • SCCM 2012 SP1 – Install Windows 7 to drive letter C:

    You are looking for a easy solution, to get a wim-File, copied directly from the Microsoft source, installed to the Computers drive C:? Here you get it!

  • SCCM 2012 SP1 – Task Sequence Collection variables not applied

    ,

    Recently I set up my lab with the brandnew SP1, so I decided to go everthing on 2012, as it is supported since SP1 to use SQL Server 2012 as database backend. So I installed two Windows Server 2012, one with SQL Server 2012 and one with SCCM 2012 SP1. After all was running fine,…

  • SCCM 2012 SP1 – User Data and Profiles

    ,

    In this Post, I would like to explain, what we can do for Roaming Profiles, Offline Files and Folder Redirection with System Center 2012 Configuration Manager.

  • SCCM 2012 SP1 – Installation on Server 2012 and SQL Server 2012

    This is a small Blogpost about the Installation of System Center 2012 Configuration Manager with Service Pack 1. Installation requirements for SQL Server 2012 (http://technet.microsoft.com/en-us/library/gg682077.aspx)

  • SCCM 2012 – Malware detection E-Mail Alert

    , ,

    In System Center 2012 Configuration Manager, it is easy to configure a E-Mail Alert, when malware is recognized on a system which is protected by System Center Endpoint Protection. Your first step, is to configure a proper connection to send the E-Mail. Navigate to your Central Administration or Primary Site, and open Configure Site Components to…