InactiveWipe
1.0.2
The script is designed to authenticate to Microsoft Graph API using the provided tenant ID, application ID, and secret. It retrieves all user accounts and analyzes their activity, categorizing them based on the last login date, disabled status, and invitation acceptance.
The script requires the 'User Read All' and 'AuditLog.Read.All' Microsoft Graph permissions.
Guid
The script requires the 'User Read All' and 'AuditLog.Read.All' Microsoft Graph permissions.
Guid
The script is designed to authenticate to Microsoft Graph API using the provided tenant ID, application ID, and secret. It retrieves all user accounts and analyzes their activity, categorizing them based on the last login date, disabled status, and invitation acceptance.
The script requires the 'User Read All' and 'AuditLog.Read.All' Microsoft Graph permissions.
Guide here: https://github.com/erlwes/InactiveWipe/blob/main/AppRegistration.md
Show more
The script requires the 'User Read All' and 'AuditLog.Read.All' Microsoft Graph permissions.
Guide here: https://github.com/erlwes/InactiveWipe/blob/main/AppRegistration.md
Installation Options
Owners
Package Details
Author(s)
- Erlend Westervik
Tags
Entra Azure PowerShell GraphAPI Automation User Management EntraID Guest Guests Users
Functions
Write-Log Update-Gauges Update-Text
Dependencies
This script has no dependencies.
Release Notes
Version: 1.0.0 - Original published version
Version: 1.0.1 - Fixed so that errormessage for Graph-requests displayed correctly
Version: 1.0.2 - Added script-metadata and PSScriptInfo, for publishing to PSGallery
FileList
- InactiveWipe.nuspec
- InactiveWipe.ps1