Skip to content

Get-MsIdInactiveSignInUser #63

Description

@emcera

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions