ConfigMgr PowerShell Script to check if Application or Program is allowed to run in TS without being deployed

Kind of a long title for a blog post, but I could not come up with something shorter to describe the content of this blog post. The below script shows the status of the “Allow this Application / program to Read More …

PowerShell Script to detect ConfigMgr Task Sequence unfriendly Software Updates

Update: 15 Une 2014 – Added KB2965788 If you’re dealing with ConfigMgr and OS Deployment task sequences you’re probably aware of the KB article recently published by Microsoft called “Task sequence fails in Configuration Manager if software updates require multiple Read More …

List ConfigMgr Software Update Group members with PowerShell

The below script allows you to select a Configuration Manager software update group and then lists the software updates that are assigned to it. <# .Synopsis Lists assigned software updates in a configuration manager 2012 software update group .DESCRIPTION Lists Read More …

ConfigMgr 2012 Script for Incremental Collection threshold

As described within the ConfigMgr 2012 Best Practices Wiki on TechNet it’s recommended to keep the number of collections with incremental updates enabled to around 200, this to prevent evaluation delays. So I thought it might be a good idea Read More …

PowerShell: Script to Retrieve SCCM 2012 Client Settings

4/3/2017 – Update:  here’s a better version: https://www.verboon.info/2017/03/configmgr-client-policy-settings-get-cmclientpolicysettings/   To make documenting the configured SCCM Client configuration settings a bit easier I wrote a small script that retrieves all the configured settings for the Default and custom  configuration settings. To Read More …

How to automate SCCM 2012 Task Sequence Media Creation

Just recently I went through the CM12 Console Task Sequence media creation wizard several times a day, so at some point I thought, this is a good candidate for automation. If you have CU1 for SCCM 2012 SP1 already installed, Read More …