Generates a report to assess if the features in Defender Antivirus and Defender for Endpoint are configured according to best practices, particularly during evaluations of product effectiveness, such as internal red-teaming exercises.
Install the module from the PowerShell Gallery by running:
Install-Module DefenderEval
The current PowerShell execution policy can be verified by running Get-ExecutionPolicy
. If it is not set to RemoteSigned or Unrestricted, it can be set to RemoteSigned by running the following:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
After installation of the module, run the following as an Administrator to generate the report:
Get-DefenderEvaluationReport