Intel AMT Features > Remote Control > Use Cases > Get System Power Saving State
CollapseAll image

Get System Power Saving State

The following steps describe how to determine the power saving state, also known as connected standby or Instant Go, for Windows 8 and above platforms.

1.  Retrieve the instance of IPS_PowerManagementService using “Name” key = Intel®AMT Power Management Service.

2.  Examine IPS_PowerManagementService.OSPowerSavingState.

 

Click here for a snippet demonstrating this step

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

  

#Create a reference to the IPS_PowerManagementService class.

$powerManagementRef = $wsmanConnectionObject.NewReference("Select * from IPS_PowerManagementService Where Name='Intel(r) AMT Power Management Service'")

#Create aninstance of the IPS_PowerManagementService class

$powerManagementIns =$powerManagementRef.Get()

$powerSavingState = $powerManagementIns.GetProperty("OSPowerSavingState")

 

 

Additional Information

This function is available from Release 10.0.

Instance Diagram

Not available

Classes Used in This Flow

SDK Sample

None

See Also:

   Supported Power Management States

 

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