List all SCCM collections with Power Settings.

  • Luna Stella

    Member
    29 July 2020 at 12:03 pm

    Sarah, import the configuration manager PowerShell module.

    Run the below PowerShell command.

    Get-CMCollection | Where-Object {$_.PowerConfigsCount -gt 0 } | select -Property Name, PowerConfigsCount