![]() |
The following steps describe how to retrieve environment detection information.
1. Retrieve the instance of AMT_EnvironmentDetectionSettingData, where the “InstanceID” key is “Intel(r) AMT Environment Detection Settings”.
2. Examine the following property of AMT_EnvironmentDetectionSettingData:
Property | Value |
An array of strings to use in the environment detection algorithm. For example: {“foo.com”, “<more domains if any>”} |
Click here for a snippet demonstrating this step
You can execute this snippet by inserting it into the execution template found here.
$environmentDetectionSettingDataRef =$wsmanConnectionObject.NewReference("SELECT * FROM AMT_EnvironmentDetectionSettingData WHERE InstanceID='Intel(r) AMT Environment Detection Settings'")
$environmentDetectionSettingDataInstance =$environmentDetectionSettingDataRef.Get()
$detectionStrings =$environmentDetectionSettingDataInstance.GetProperty("DetectionStrings")
3. Retrieve the currently configured System Defense Policy for extranet networks as described in Get Active and Enabled Policies.
Instance Diagram
Classes Used in This Flow
SDK Sample
Not applicable
Copyright © 2006-2022, Intel Corporation. All rights reserved. |