If you are not sure if a Microsoft System Center Configuration Manager 2007 client computer has received the trusted root key, or if you want to verify that a client has the correct trusted root key, you can view the trusted root key in the WMI on the Configuration Manager 2007 client computer.

Procedure

To verify the installation of the trusted root key

  1. From the Start menu, click Run, and then type Wbemtest.

  2. In the Windows Management Instrumentation Tester dialog box, click Connect. The Connect dialog box appears.

  3. In the Connect dialog box, in the Namespace field, type root\ccm\locationservices, and then click Connect. The Windows Management Instrumentation Tester dialog box reappears.

  4. In the IWbemServices section, click Enum Classes. The Superclass Info dialog box appears.

  5. In the Superclass Info dialog box, select Recursive, and then click OK. The Query Result window appears.

  6. In the Query Result window, scroll to the end of the list, and then double-click TrustedRootKey (). The Object editor for TrustedRootKey dialog box appears.

  7. In the Object editor for TrustedRootKey dialog box, click Instances. A new Query Result window appears to display the instances of TrustedRootKey.

  8. In the Query Result window, double-click TrustedRootKey=@. The Object editor for TrustedRootKey=@ dialog box appears.

  9. In the Object editor for TrustedRootKey=@ dialog box, in the Properties section, scroll down to TrustedRootKey CIM_STRING. The string in the right column is the trusted root key. It should match the SMSPublicRootKey in the file <Configuration Manager directory>\bin\<platform>mobileclient.tcf.

See Also