CollapseAll image

Enabling the Listener State

The following steps describe how to enable the listener state. 

1.  Retrieve the instance of AMT_RedirectionService, where the “Name” key equals “Intel(r) AMT Redirection Service”.

2.  Set the AMT_RedirectionService.ListenerEnabled property to True.

3.  Invoke AMT_RedirectionService.Put.

Click here for a snippet demonstrating this step

You can execute this snippet by inserting it into the execution template found here.

  

$redirectionServiceRef =$wsmanConnectionObject.NewReference("SELECT * FROM AMT_RedirectionService WHERE Name='Intel(r) AMT Redirection Service'")

$redirectionServiceInstance =$redirectionServiceRef.Get()

$redirectionServiceInstance.SetProperty("ListenerEnabled","true")

$redirectionServiceRef.Put($redirectionServiceInstance)

 

 

Instance Diagram

Not applicable

Classes Used in This Flow

SDK Sample

If there is a sample demonstrating this flow, it is included in the SDK installation file. See SDK Installation Layout for details.

 

See Also:

   Detailed Description

 

 

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