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.
Written by
-
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…
Written by
-
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)
Written by
-
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…
Written by