List all SCCM collections with Power Settings.

  • Roddy Gelberty

    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 

Log in to reply.

DCOM hardening issue.

This application fails to authenticate with WMI on the SCCM server because Microsoft has not yet hardened DCOM on their Windows Preinstallation Environment. We are working on a different approach, but it will only be released during the first quarter of 2024. But until that time, the only workaround will be to uninstall the update corresponding to KB5004442.