Author: martin
-
SCCM 2012 – Reboot after Installation in Maintenance Window
When you patch your Server automatically, and also want to reboot the machines when a maintenance window is active, that is quite easy. Modify the Settings of the specific collection, I would recommend to use collections created for the use of maintenance window only, in this example, we have a short window of 45 minutes:
Written by
-
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