![]() |
The following steps describe how to remotely close an open Remote Access connection.
1. Retrieve the instance of AMT_RemoteAccessService, where the “Name” key equals “Intel(r) AMT Remote Access Service”.
2. Invoke AMT_RemoteAccessService.CloseRemoteAccessConnection. (No parameters are required.)
Click here for a snippet demonstrating this step
You can execute this snippet by inserting it into the execution template found here.
$remoteAccessServiceRef =$wsmanConnectionObject.NewReference("SELECT * FROM AMT_RemoteAccessService WHERE Name='Intel(r) AMT Remote Access Service'")
$inputObject =$remoteAccessServiceRef.CreateMethodInput("CloseRemoteAccessConnection")
$outputObject =$remoteAccessServiceRef.InvokeMethod($inputObject)
$returnValue =$outputObject.GetProperty("ReturnValue")
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: |
Copyright © 2006-2022, Intel Corporation. All rights reserved. |