Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 425 Bytes

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.

ScreenShot