Update Client Settings Priority Tool for ConfigMgr 2012 – Beta v1.0


Update Available – v1.0 

In Configmgr 2012, if you create custom Client Settings a priority is assigned to the policy. This priority can be amended in the ConfigMgr console by right clicking the setting and choosing Increase or Decrease Priority.

CSettingPriority-001

If you are dealing with an environment with that contains many custom Client Settings then this can become a labourious task to adjust the priorities one click at a time.

To allow for bulk update of the Priority I have created the ‘Update Client Settings Priority Tool’. This initial release is a beta version that does not contain any error checking or testing for unique values in the Priority field. So use with caution and please feedback.

The complete script can be downloaded from the Technet Galleries here.

Pre-Requisites

The Site Server hostname and Site Code need to be entered into the UpdateClientSettings.ps1 script.

#Set ConfigMgr site info
$SiteServer = "<Site Server>"
$SiteCode = "<Site Code>"

Executing the Script

For this example I want to adjust the Priority for SCEP Settings to ‘2’ and Software Updates to ‘3’.

CSettingPriority-002

Run the UpdateClientSettings.ps1 script.

CSettingPriority-003

Edit the relevant Client Settings Priority to the required Priority. Click Update.

CSettingPriority-004

Click Ok when complete.

CSettingPriority-005

The Client Settings Priority will be updated accordingly.

CSettingPriority-006

One comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s