discovered 30 Mar 2026
o365recon
→ View on GitHubAI Summary: o365recon is a PowerShell script designed for retrieving information from Office 365 and Azure AD using valid credentials. Its primary use case is to facilitate information gathering for security assessments, with a notable feature allowing optional Azure querying through a simple command-line interface. The tool requires the installation of MSOnline and AzureAD modules and includes support for multi-factor authentication.
README
o365recon
script to retrieve information via O365 and AzureAD with a valid cred
setup
Install these two modules
Install-Module MSOnline
Install-Module AzureAD
Usage:
.\o365recon.ps1 -azure
There is only one flag (-azure) and it is optional. You will be prompted to auth. You may be prompted twice if MFA is enabled.
