Remove Power Plan
Description
This task removes one specific power plan from your computer.
It works in three simple steps:
- It checks which power plans are currently on your device.
- It confirms whether the selected plan is still present.
- If it is present, it removes that plan and reports the result.
Dependencies
Parameters
| Name | Example | Type | Mandatory | Description |
|---|---|---|---|---|
| PowerPlan | High performance | String | Yes | Name of the Windows power plan to remove. The task checks for this plan in Test mode and removes it in Set mode by passing it to Remove-PowerPlan with the Name argument. |
Task Configuration
Changelog
2026-04-16
- Initial version of the document