Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.0.1] Example 13 in help of the Get-EntraUser doesn't use that command at all #1325

Closed
alexandair opened this issue Jan 29, 2025 · 4 comments · Fixed by #1342
Closed

[1.0.1] Example 13 in help of the Get-EntraUser doesn't use that command at all #1325

alexandair opened this issue Jan 29, 2025 · 4 comments · Fixed by #1342
Assignees
Labels
P0 Highest priority ToTriage

Comments

@alexandair
Copy link
Collaborator

Example 13 in help of the Get-EntraUser doesn't use that command at all.

Connect-Entra -Scopes 'AuditLog.Read.All','Directory.Read.All'
$failedSignIns = Get-EntraAuditSignInLog -Filter "userPrincipalName eq '[email protected]' and status/errorCode ne 0"
$failedSignIns | Select-Object UserPrincipalName, CreatedDateTime, Status, IpAddress, ClientAppUsed | Format-Table -AutoSize
@SteveMutungi254
Copy link
Contributor

SteveMutungi254 commented Feb 9, 2025

Acknowledged. The example is out of context. Thanks so much, @alexandair, for catching that!

Image

@SamErde
Copy link
Collaborator

SamErde commented Feb 9, 2025

That looks like a very useful module! Is that by @HCRitter?

@HCRitter
Copy link
Contributor

HCRitter commented Feb 9, 2025

Yeah it's mine!

Glad people use it :)

@SteveMutungi254
Copy link
Contributor

I love the module, @HCRitter —it’s a big help with our quality checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0 Highest priority ToTriage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants