How to Identify Client Configuration Details for Native Mode and Internet-Based Client Management
It is useful to identify native mode and Internet-based client management configuration for Configuration Manager 2007 clients for both auditing and troubleshooting purposes. You can also use this information to create query-based collections if you need to target computers with a particular configuration with a script, or software distribution package.
The native mode and Internet-based client management configurations described in the following table are stored in the client's hardware inventory, under SMS Advanced Client SSL Configuration.
注意
There is a known issue with Windows XP and Windows Server 2003 64-bit operating systems that do not display this data. This issue is not known to occur on these 64-bit operating systems with Service Pack 2.
Value | Description |
---|---|
Certificate Selection Criteria |
Displays the type of certificate selection method and criteria, if specified. The syntax used is the same as the CCMSetup client.msi property CCMCERTSEL. For more information, see About Configuration Manager Client Installation Properties. |
Certificate Store |
Displays the type of certificate selection method and criteria, if specified. The syntax used is the same as the CCMSetup client.msi property CCMCERTSEL. For more information, see About Configuration Manager Client Installation Properties. |
Client Always On Internet |
If the client has been installed with the CCMSetup client.msi property CCMALWAYSINF=1, this value displays 1 to indicate that the client will always be Internet-based and cannot be managed as an intranet client. If the client has not been installed with this CCMSetup client.msi property, this value displays 0 to indicate that the client can be managed on both the Internet and on the intranet. For more information, see About Configuration Manager Client Installation Properties. |
Https State Flags |
This displays a bitmask value to indicate whether the client is configured for native mode, CRL checking, and HTTP for site assignment and roaming:
|
Instance Key |
Displays SMSSSLConfiguration. |
Internet MP Host Name |
Displays the specified Internet-based management point. |
Select First Certificate |
Displays 0 or 1, to indicate the action to take if the Configuration Manager client finds more than one valid certificate for native mode communication, based on the certificate settings specified:
|
Use the following procedures to view this configuration information on a single computer by using Resource Explorer, or for multiple computers by creating and running a Configuration Manager query.
To view a client's native mode and Internet-based client management configuration using Resource Explorer
In the Configuration Manager console, navigate to System Center Configuration Manager / Site Database / Computer Management / Collections.
Expand Collections, and select the collection that contains the client whose native mode and Internet-based client management configuration you want to view.
Right-click the client name, click All Tasks, and then click Start Resource Explorer.
Navigate to Resource Explorer / Hardware / SMS Advanced Client SSL Configurations, and then view the details in the results pane.
Close Resource Explorer.
To view all clients' native mode and Internet-based client management configuration using a Configuration Manager query
Copy and paste the following Configuration Manager query into a text editor, such as Notepad:
select SMS_R_System.NetbiosName, SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS.CertificateSelectionCriteria, SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS.CertificateStore, SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS.ClientAlwaysOnInternet, SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS.HttpsStateFlags, SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS.InstanceKey, SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS.InternetMPHostName, SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS.SelectFirstCertificate from SMS_R_System inner join SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS on SMS_G_System_ADVANCED_CLIENT_SSL_CONFIGURATIONS.ResourceId = SMS_R_System.ResourceId
Remove any configuration options from the query that you do not need to display, and then copy the text to the clipboard.
Create the query by right-clicking the Queries node, click New, and then click Query to launch the New Query Wizard.
On the General page, specify a query name, such as Client native mode configuration and, optionally, specify a description in the Comment box.
Ensure that System Resource is selected as the Object Type, and then click Edit Query Statement.
In the Query Statement Properties dialog box, click Show Query Language.
In the Query Statement Properties dialog box, paste the query into the Query Statement edit box, replacing the text displayed.
Click OK to save the query, and close the Query Statement Properties dialog box.
Click Next on the General wizard page, and then click Finish.
In the Queries results pane, double-click the query that you just created to view the configuration values for each client that has reported this information with their hardware inventory data.
See Also
Tasks
How to Assign Configuration Manager Client Computers to the Internet-Based Management Point
How to Configure Configuration Manager Client Computers for Internet-Only Management
Concepts
About Resource Explorer
Administrator Checklist: Configuring Client Computers for a Site that Supports Internet-Based Client Management
Overview of Internet-Based Client Management
Overview of Queries
Other Resources
How to Configure Native Mode
Tasks for Monitoring Configuration Manager Clients