An Inactive User in Microsoft 365 refers to a user account that exists within your organization’s tenant but hasn’t engaged in any activity for a specific period. These accounts are often seen in scenarios like employees leaving the organization or users no longer requiring access to Microsoft 365 services.
Microsoft 365 doesn’t automatically label users as inactive, but admins can identify them based on their sign-in activity or license usage. Tools like the Microsoft 365 Admin Center, Azure Active Directory, or Graph PowerShell can provide detailed reports on user activity.
For instance, you can use the SignInActivity property in PowerShell to track the last login date of a user:
Get-MgUser -Property SignInActivity | Where-Object {$_.SignInActivity.LastSignInDateTime -lt (Get-Date).AddDays(-90)}
Proactively managing inactive users ensures your Microsoft 365 environment remains secure, cost-effective, and compliant. Start your audit today!
Manage Your Tenant Using Our Free Admin Tools
If you do not have the technical expertise to use Graph PowerShell, then you can use our free Microsoft 365 admin tools to manage your tenant.
Did You Know? Managing Microsoft 365 applications is even easier with automation. Try our Graph PowerShell scripts to automate tasks like generating reports, cleaning up inactive Teams, or assigning licenses efficiently.
Ready to get the most out of Microsoft 365 tools? Explore our free Microsoft 365 administration tools to simplify your administrative tasks and boost productivity.
© Your Site Name. All Rights Reserved. Design by HTML Codex