Anything About IT

Learning, Building, Sharing

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...

PowerShell Script to detect ConfigMgr Task Sequence unfriendly Software Updates

**Update**: 15 Une 2014 - Added [KB2965788](http://support.microsoft.com/kb/2965788) If you’re dealing with ConfigMgr and OS Deployment task sequences...

ConfigMgr - PowerShell Script to collect remote log files

Looking at a client’s ConfigMgr Agent log files is inevitable when managing a Configuration Manager infrastructure. If you are working within a local ...

ConfigMgr–Failed to get following optional attributes warning in adsysdis.log

Should you ever get a warning message in your adsysdis.log that starts with WARN: Failed to get following optional attributes then you have probably a...

ConfigMgr–Compliance Baseline for BranchCache on Windows 8

Here’s a ConfigMgr Compliance baseline that checks the BranchCache configuration on Windows 8 clients. With the release of Windows 8 and Server 2012 M...

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. ``` <...