You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(alert): include license names, SKUs and account status in inactive licensed users alert
The alert already fetched assignedLicenses and accountEnabled from Graph
but dropped them from the emitted alert data. Surface license display
names, raw SKU IDs, account enablement and days since last sign-in so
the alert can be actioned without a follow-up lookup.
$Message='User {0} has been inactive for {1} days but still has a license assigned. Last sign-in: {2}'-f$user.UserPrincipalName,$daysSinceSignIn,$lastSignIn
0 commit comments