Benchmark: 7 SharePoint admin center
Overview
The SharePoint admin center contains settings related to SharePoint and OneDrive. UI Direct link: https://admin.microsoft.com/sharepoint
The PowerShell module most used in this section is Microsoft.Online.SharePoint.PowerShell and uses Connect-SPOService -Url https://contoso-admin.sharepoint.com as the connection cmdlet (replacing tenant name with your value).
The latest version of the module can be downloaded here: https://www.powershellgallery.com/packages/Microsoft.Online.SharePoint.PowerShell/
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-microsoft365-complianceStart the Powerpipe server:
steampipe service startpowerpipe serverOpen http://localhost:9033 in your browser and select 7 SharePoint admin center.
Run this benchmark in your terminal:
powerpipe benchmark run microsoft365_compliance.benchmark.cis_v500_7Snapshot and share results via Turbot Pipes:
powerpipe benchmark run microsoft365_compliance.benchmark.cis_v500_7 --share