First, be sure to update the ConfigMgr PowerShell module! https://www.microsoft.com/en-us/download/details.aspx?id=46681 Special thanks to http://www.verboon.info/2013/05/powershell-script-to-retrieve-sccm-2012-client-settings/ # Export a report of all client settings to a CSV. Based on http://www.verboon.info/2013/05/powershell-script-to-retrieve-sccm-2012-client-settings/ # Author: Stephen Leuthold   import-module($Env:SMS_ADMIN_UI_PATH.Substring(0,$Env:SMS_ADMIN_UI_PATH.Length-5) + ‘\ConfigurationManager.psd1’) [string]$cmSiteCode = "{0}:" -f …

Easily Document #ConfigMgr Client Settings with #PowerShell Read more »

Issue: Hardware inventory selections are lost in a copied client setting if you delete the original client setting that it was copied from. Resolution: Currently Microsoft is aware of the bug and there is no news on a fix as of yet. …

Do not delete your old Client Settings! (If copies exist) – System Center 2012 R2 Configuration Manager Read more »