Forum Discussion
dagenester
Feb 16, 2017MCT
PowerShell and Office 365 Secure Score
Hello! :) I am wondering if there is an article that describes how to implement suggestions from Secure Score via PowerShell? I have been asked to find a way to "standardize" security for the multi...
- Feb 16, 2017
Hey Gene,
Thanks for reaching out. We do have the Secure Score data available via API now: https://blogs.technet.microsoft.com/office365security/using-the-office-365-secure-score-api/
But, your point is interesting. We actually haven't implemented any of the remediation actions in a neat, clean powershell, but we do have some resources.
First, if you want to collect state data in powershell, I've uploaded a very old, PM-authored version of the very Alpha Secure Score here: https://github.com/OfficeDev/O365-Cloud-Sec-Tooling/blob/master/Securescore/DEPRECATED-LEGACYSecureScoreCollector.zip
Second, we do have some remediation automation in powershell scripts here: https://github.com/OfficeDev/O365-InvestigationTooling
Thanks!
Brandon Koeller
Alex Verboon
Apr 11, 2018MVP