Skip to content

Conversation

@jakehildreth
Copy link
Owner

This resolves #153 by replacing attribute-based ESC8 checks with web request-based checks to validate the endpoint is online.

Also improved the Fix attribute from [TODO] to something actually meaningful.

Tested in 5 labs and 2 production environments so far. All 7 environments return the same results except @techspence 's lab :suspect:

$SID = $Principal
} else {
$SID = ($Principal.Translate([System.Security.Principal.SecurityIdentifier])).Value
if ($_.Name -ne '' -and $null -ne $_.Name) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonder if this would work?
if (-not [string]::IsNullOrEmpty($_.Name)) { }

@jakehildreth jakehildreth merged commit d0bf564 into testing Aug 22, 2024
@jakehildreth jakehildreth deleted the fix-esc8-false-negatives branch August 22, 2024 12:21
@jakehildreth jakehildreth self-assigned this Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants