microsoftgraph / microsoftgraph/entra-powershell
🪲EntraInactiveSignInUser Days Limitation
Open
documentation
- Dominant language
- PowerShell
- Stars
- 213
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
Get-EntraBetaInactiveSignInUser and Get-EntraInactiveSignInUser are limited to 30 days even though documentation indicates it can go further - Get-EntraBetaInactiveSignInUser - Get-EntraInactiveSignInUser
To Reproduce
Steps to reproduce the behavior:
Connect-Entra -Scopes 'AuditLog.Read.All','User.Read.All'
Get-EntraBetaInactiveSignInUser -LastSignInBeforeDaysAgo 90
Expected behavior
Output of users who have not signed in for the last 90 days
Debug Output
No difference from standard command - See screenshots
Module Version
1.2.0
Environment Data
Screenshots
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.