ScubaGear is an open-source assessment tool that verifies that a Microsoft 365 subscriber's settings comply with the policies described in the Secure Cloud Business Applications (SCuBA) security configuration documents.
ScubaGear is for M365 administrators who want to assess their subscriber environments against CISA's secure configuration baselines.
To install and run ScubaGear from PSGallery, open a PowerShell 5 terminal and run the commands:
# Install ScubaGear
Install-Module -Name ScubaGear
# Install the minimum required dependencies
Initialize-SCuBA
# Check the version
Invoke-SCuBA -Version
# Assess all products
Invoke-SCuBA -ProductNames *
Read more from the project repository on Github
https://github.com/cisagov/ScubaGear