Office 365 – Use the Insider Risk Management capability to detect bad behaviour
As you know, Office 365 comes with a bunch of security capabilities to help you protect your users and your IP’s as well as helping your company...
1 min read
cubesys : Oct 23, 2020 12:00:00 AM
As you know, Office 365 comes with compliance capabilities (from retention policies to investigation).
Well, you can now use Office 365 Compliance Configuration Analyzer to generate a report which is going to help you to understand your compliance usage and provides recommendations to improve your use of Office 365 compliance capabilities.
This is a PowerShell based utility – don’t search for it in the Office 365 Compliance administration portal.
The current version (1.2) covers the below compliance workloads:
You need the below requirements to be able to use it:
You can get it from the PowerShell gallery using the below command to install it – as always with installing from the gallery you may have to install the NuGet provider
Install-Module -Name MCCAPreview
You can also access the GitHub here https://github.com/OfficeDev/MCCA to report issue or request for improvement.
Once installed, you can use the below command to generate the reports
Import-Module MCCAPreview
Get-MCCAReport
NOTE you may have to change your PowerShell execution policy
You will be requested to enter your administration account to logon to your tenant
This will generate the report based on the location of your tenant for all compliance workloads
You can also specify the location and/or the specific workload you want a report for – please the the parameter details @(<value>)
The report will then be automatically loaded (it is also saved under your user account profile – C:Users<your account>AppDataLocalMicrosoftMCCA)
When recommendations are found, you have a Remediation script available to help you implement the recommendation as well as links to the appropriate documentation
As you know, Office 365 comes with a bunch of security capabilities to help you protect your users and your IP’s as well as helping your company...
A little while ago, Microsoft has introduced a new compliance capability to Office 365 called Communication Compliance to monitor language used and...
SharePoint Online has been there since the start of Office 365, initially based on SharePoint 2010, and then has evolved.