Endpoint Insights

How to Build a Configuration Item – Part 1

Topics: Endpoint Insights

How to Build a Configuration Item

Part 1

This blog post shows you how to create a Configuration Item. In a previous post, Where Are My Network Drives?, I encountered a situation where my network drives were not available to an application. Basically, the solution was to add the registry value below:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system

“EnableLinkedConnections”=dword:00000001

This was done for a single system, but what if you needed to do this for 100 systems? 1,000 systems? That’s a lot of manual work! You could create a package and program in Configuration Manager to deploy the registry key, but what if you added new systems over time? There’s got to be a better way. Configuration Baseline remediation to the rescue!

Now every new system that becomes a Configuration Manager client and is added to the correct collection automatically gets the baseline. I will show you how this is done.

How to Create a Configuration Item

In the following example, I already added the EnableLinkedConnections registry entry on my Configuration Manager server. The next steps will show you how to create the Configuration Item.

Step1

1. In the Configuration Manager console, under the Assets and Compliance workspace, expand Compliance Settings and select Configuration Items. From the ribbon, click Create Configuration Item.

Configuration Item Baseline Remediation-CI-Step2

2. Give the Configuration Item a name and then press Next.

Configuration Baseline Remediation-CI-Step3

3. On the Supported Platforms page, click Next.

Configuration Baseline Remediation-CI-Step4

4. On the Settings page, click New.

Configuration Item: Step5 - Create Setting

5. Click Browse.

Step 6 - Browse Registry

6. Navigate the registry to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.

Find the EnableLinkedConnections entry. Data type should be Integer. Check Select the rule that defines compliance for the selected registry value.

Also make sure that The selected registry value must exist on client devices option is selected.

Click OK.

Configuration Item: Step 7 - Create Setting

7. The General page is now populated. Select the Compliance Rules tab.

Step 8 - Compliance Rules Tab

8. On the Compliance Rules page, click New.

Configuration Item: Step 9 - Create Rule

9. Give the new rule a name. Rule type should be Value. The sett
ing must comply with the following rule: Equals the following values 1. Check Remediate noncompliant rules when supported.

Click OK.

Configuration Baseline Remediation-CI-Step10

10. Click OK.

Configuration Baseline Remediation-CI-Step11

11. Click Next.

Configuration Item Baseline Remediation-CI-Step12

12. Click Next.

Configuration Item Baseline Remediation-CI-Step13

13. Click Next.

Configuration Item Baseline Remediation-CI-Step14

14. Finally, click on Close.

We now have our Configuration Item created. In the next post in this series, I will show you how I created a baseline and deployed it to client systems.


Part II – How to Build a Configuration Item

Create the Configuration Baseline Series

Engineer wearing glasses and blue sweater golding laptop computer while looking at drone.

By IT, for IT.

We are a dedicated group of Systems Administrators and tech-savvy product experts that love what we do and the IT community we do it with.

Back to Top