Skip to content

Commit 5e963ee

Browse files
author
Angela Fleischmann
authored
Add missing word
Line 46: Add missing word: "to". From "how obtain the client's unique" to "how to obtain the client's unique".
1 parent d9d2b1b commit 5e963ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

memdocs/configmgr/develop/core/servers/configure/how-to-get-the-unique-identifier-value-for-a-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ root\ccm:CCM_Client=@:ClientId
4343
## Example
4444

4545
### Description
46-
The following example method shows how obtain the client's unique identifier from WMI by connecting to the CCM namespace, loading the `CCM_Client` class and getting the ClientId property.
46+
The following example method shows how to obtain the client's unique identifier from WMI by connecting to the CCM namespace, loading the `CCM_Client` class and getting the ClientId property.
4747

4848
> [!IMPORTANT]
4949
> The following C# example requires the System.Management namespace.

0 commit comments

Comments
 (0)