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

Get-MsIdInactiveSignInUser #63

Open
emcera opened this issue Aug 16, 2024 · 1 comment
Open

Get-MsIdInactiveSignInUser #63

emcera opened this issue Aug 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@emcera
Copy link

emcera commented Aug 16, 2024

When running Get-MsIdInactiveSignInUser to identify inactive users (e.g., within the last 180 days), I would like to ensure the following criteria are met:

-Creation Date: The user account was created at least 180 days ago.
-Sign-in Activity:
a. The account has no sign-in records (null).
b. The account’s most recent successful sign-in (both interactive and non-interactive) is older than 180 days.
c. If the sign-in is unsuccessful, treat it the same as a null sign-in.

Could you please review the Get-MsIdInactiveSignInUser script and incorporate this logic?

@emcera emcera added the bug Something isn't working label Aug 16, 2024
@merill merill added enhancement New feature or request and removed bug Something isn't working labels Aug 21, 2024
@SuryenduB
Copy link

Hi @merill , Can you please add Last Successful Sign in Date in the report ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants