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 …

PowerShell Script – Get-ComputerGeolocation

28-OCT-2013 Update: I have updated the script to retry when the status of the location provider is in initializing mode. The below script uses the Windows Location provider and the Google Geocoding API to retrieve the geographical location of the Read More …

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 added an additional active directory object attribute to your Active Directory System Discovery but the value Read More …

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 Microsoft also made available PowerShell cmdlets for BranchCache, so creating a script based configuration item in ConfigMgr 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 …