Automation for Microsoft 365 foundations benchmarks 4.0.0
The script opens any links that are required for manual checks. It is recommended to open your default browser and signing to admin.microsoft.com and leaving that browser open while the script runs to ensure links can open successfully
The script will have an initial 'four' popup login sequences for all of the required powershell modules!
Install-Module -Name Microsoft.Graph.Identity.DirectoryManagement -Force -AllowClobber -Confirm:$false
Install-Module -Name Microsoft.Graph.Identity.SignIns -Force -AllowClobber -Confirm:$false
Install-Module -Name Microsoft.Graph.Beta -Force -AllowClobber -Confirm:$false
Install-Module -Name Microsoft.Graph -Force -AllowClobber -Confirm:$false
Install-Module -Name Microsoft.Graph.Beta.Security -Force -AllowClobber -Confirm:$false
Install-Module -Name Microsoft.Graph.Authentication -Force -AllowClobber -Confirm:$false
Install-Module -Name ExchangePowerShell -Force -AllowClobber -Confirm:$false
Install-Module -Name MicrosoftTeams -Force -AllowClobber -Confirm:$false
.\365auto.ps1




