Configure Power Options using Intune

In this blog post, we will see how to configure power options on Windows 10/11 devices using Intune. There are different places on Intune admin center for creating a power option policy.

  1. Intune admin center > Devices > Configuration > Create > New Policy.
  2. Platform: Windows 10 and later > Profile type: Templates.
  3. Template Name: Device restrictions.
  1. Intune admin center > Devices > Configuration > Create > New Policy.
  2. Platform: Windows 10 and later. Profile type: Settings Catalog.
  3. Configuration tab: Click Add Settings. Search using the power keyword.
Power management options under Settings Catalog on Intune admin center

Not all power management settings are available in Device restrictions policy; I recommend using the Settings Catalog option, as configuring all power options under one policy will be easier to manage.

If you are unable to find any particular power management setting in settings catalog, you can use OMA-URI setting by creating a custom device configuration profile.

Power Management Options Intune Setting Catalog Policy

  • Sign in to the Intune admin center > Devices Configuration > Create > New Policy.
  • Platform: Windows 10 and later.
  • Profile type: Settings Catalog.
  • Basics tab: Provide a Name and Description of the policy.
  • Configuration settings: Click on Add settings and use the Settings picker to search using for power management settings as shown in below screenshot.
  • Select the settings you want to configure. As an example, I have selected below two settings.
    • Select Lid Close Action Plugged In
    • Select Lid Close Action on Battery
Select Power options setting to configure on Intune admin center
  • Select Lid Close Action Plugged In: Take no action
  • Select Lid Close Action on Battery: Take no action
Configure Power options under Configuration Settings tab
  • Add an Entra security group on the Assignments tab, or click Add all devices or users.
  • On Scope tags, click Next.
  • On Review + create, Click on Create.

Monitoring Deployment progress

You can monitor the deployment status of a Device configuration profile from Devices > Configuration. Click on the profile to find the Device and user check-in status.

If this policy is delayed in being applied on the target device, you can also force Intune sync manually or by using PowerShell.

Manage Power Options using OMA-URI settings

You can also manage power options using OMA-URI settings. Find all Power management settings listed on the Policy CSP page.

A custom device configuration profile is required for the deployment of OMA-URI settings. OMA-URI setting template for the Power option is: ./Device/Vendor/MSFT/Policy/Config/Power/<setting name>

List of Power Options Settings In Intune Settings Catalog

The table below shows all Intune Power options you can configure using the Intune admin center.

Power Option SettingDescription
Unattended Sleep Timeout Plugged InThis policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user is not present at the computer. [When connected to a Power source]
Unattended Sleep Timeout On BatteryThis policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user is not present at the computer. [When on Battery power]
Turn off Hybrid Sleep Plugged InThis policy setting allows you to turn off hybrid sleep [When computer is plugged in]
Turn off Hybrid Sleep on BatteryThis policy setting allows you to turn off hybrid sleep [When computer is on battery power]
Select Sleep Button Action Plugged InThis policy setting specifies the action that Windows takes when a user presses the sleep button when a computer is Plugged in
Select Sleep Button Action On BatteryThis policy setting specifies the action that Windows takes when a user presses the sleep button when a computer is on Battery power.
Select Power Button Action Plugged InThis policy setting specifies the action that Windows takes when a user presses the power button when computer is Plugged in
Select Power Button Action On BatteryThis policy setting specifies the action that Windows takes when a user presses the power button when computer is on Battery power.
Select Lid Close Action Plugged InThis policy setting specifies the action that Windows takes when a user closes the lid on Laptop when Plugged in.
Select Lid Close Action On BatteryThis policy setting specifies the action that Windows takes when a user closes the lid on Laptop when on battery power.
Energy Saver Battery Threshold Plugged InThis policy setting allows you to specify battery charge level at which Energy Saver is turned on.
Energy Saver Battery Threshold On BatteryThis policy setting allows you to specify battery charge level at which Energy Saver is turned on
Allow HibernateThis policy setting decides if hibernate on the machine is allowed or not. 

Leave a Comment