Disabling the Opt-in Policy

If the opt-in policy is true, then the PC user must inform the IT operator of a displayed user consent code, which the IT operator must enter before being able to complete initiation of a KVM session. Changing the policy to false removes the consent code handshake.

 Note:

   If Intel AMT is in Client Control mode, the KVM opt-in requirement cannot be removed.

   The PrivacyLevel property (AMT_GeneralSettings.PrivacyLevel) determines whether the Opt-in policy can be changed. See General Info. If the PrivacyLevel prohibits changing the opt-in policy, then the KVM opt-in requirement cannot be removed.

 

1.  Find the instance of CIM_ComputerSystem representing the managed host, as described in Discovering CIM_ComputerSystem.

2.  From CIM_ComputerSystem instance Find the instance of CIM_ComputerSystem representing the managed host, as described, traverse the CIM_HostedService association class to find the instance of CIM_RedirectionService.

3.  From the CIM_RedirectionService instance, traverse the CIM_ElementSettingData association class to find the instance of IPS_KVMRedirectionSettingData.

4.  Change OptInPolicy to false (disabled), and put the object.

 

See Also:

   Opt-In Flow

 

Copyright © 2006-2022, Intel Corporation. All rights reserved.