Deploy PowerPlan using SCCM as package

Boopathi Subramaniam 3,196 Reputation points
2023-02-03T16:18:04.7633333+00:00

Hello,

I cannot use Power Management in the collection properties because [ "USB Selective suspend setting" under "USB Settings"] is not available.

I exported the power plan and imported in different computer

C:\windows\system32>powercfg -import C:\temp\TestPowerPlan.pow

Imported Power Scheme Successfully. GUID: 2fd88232-6bb3-4d51-ba04-0e3b4debe357

C:\windows\system32>powercfg -setactive 2fd88232-6bb3-4d51-ba04-0e3b4debe357

Here GUID is changed for each computer. Please guide me how can I import the power plan to mutiple computers using Package method.

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
895 questions
0 comments No comments
{count} votes

Accepted answer
  1. CherryZhang-MSFT 6,481 Reputation points
    2023-02-06T09:10:35.33+00:00

    Hi @Boopathi Subramaniam

    We can specify the GUID manually when importing the power plan. The following command for your reference:

    powercfg -import “C:\temp\TestPowerPlan.pow” 2fd88232-6bb3-4d51-ba04-0e3b4debe357

    >> powercfg -setactive 2fd88232-6bb3-4d51-ba04-0e3b4debe357

    Looking forward to your reply.

    Best regards,
    Cherry


     

    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful