We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Get-EntraUser
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
The text was updated successfully, but these errors were encountered:
Acknowledged. The example is out of context. Thanks so much, @alexandair, for catching that!
Sorry, something went wrong.
That looks like a very useful module! Is that by @HCRitter?
Yeah it's mine!
Glad people use it :)
I love the module, @HCRitter —it’s a big help with our quality checks.
SteveMutungi254
Successfully merging a pull request may close this issue.
Example 13 in help of the
Get-EntraUser
doesn't use that command at all.The text was updated successfully, but these errors were encountered: