How to Add a Configuration Manager Context Qualifier by Using WMI
In brief
The article now uses `ms.service: configuration-manager` instead of `microsoft-endpoint-configuration-manager`, paired with the `sdk` subservice.
What Intune admins need to know
The updated metadata improves article classification and discoverability. No administrator action is required.
This summary was assembled from the tracked documentation change. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
How to Add a Configuration Manager Context Qualifier by Using WMI
In Configuration Manager, you add context qualifiers to a connection (SWbemServices) or object (SWbemObject) by creating a SWbemNamedValueSet value set to hold the context qualifiers. You then provide the SWbemNamedValueSet value set as a parameter to connection and object methods.
@@ -5,7 +5,7 @@ ms.date: 09/20/2016 ms.subservice: sdk ms.topic: how-to ms.collection: tier3-ms.service: microsoft-endpoint-configuration-manager+ms.service: configuration-manager --- # How to Add a Configuration Manager Context Qualifier by Using WMI In Configuration Manager, you add context qualifiers to a connection ([SWbemServices](/windows/win32/wmisdk/swbemservices)) or object ([SWbemObject](/windows/win32/wmisdk/swbemobject)) by creating a [SWbemNamedValueSet](/windows/win32/wmisdk/swbemnamedvalueset) value set to hold the context qualifiers. You then provide the [SWbemNamedValueSet](/windows/win32/wmisdk/swbemnamedvalueset) value set as a parameter to connection and object methods.