You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Health Checker: Improve error message for orphaned SIDs in local Administrators group
When Get-LocalGroupMember fails due to orphaned SIDs in the built-in
Administrators group (InvalidOperationException on Server 2019/2022),
display a helpful message indicating orphaned SIDs may be the cause
instead of the misleading 'results were blank' message.
Server 2025 handles orphaned SIDs natively so this check is only
applied on older OS versions (build < 10.0.26100).
Fixes#2381
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments