Tools
Install-Module -Name Az -Repository PSGallery -ForceInstall-Module AzureADInstall-Module MSOnlineInstall-Module AADInternalsThis script depends on the Python "Requests" library. The script can take a single email address
with the -e parameter or a list of email addresses, one per line, with the -f parameter.
Additionally, the script can output valid email addressesto a file with the -o parameter.
Examples:
o365creeper.py -e test@example.com
o365creeper.py -f emails.txt
o365creeper.py -f emails.txt -o validemails.txtLast updated