An open API service indexing awesome lists of open source software.

https://github.com/jonade/defendereval

Audit and validate Microsoft Defender for Endpoint configurations against security best practices during product evaluations.
https://github.com/jonade/defendereval

defender-for-endpoint mde powershell-gallery

Last synced: 12 days ago
JSON representation

Audit and validate Microsoft Defender for Endpoint configurations against security best practices during product evaluations.

Awesome Lists containing this project

README

          

# Verify configuration for a Microsoft Defender for Endpoint evaluation

Generates a report to check whether Defender Antivirus and Defender for Endpoint features are configured according to recommended settings for product evaluation scenarios, such as internal red-teaming exercises.

* https://learn.microsoft.com/en-us/defender-endpoint/evaluate-microsoft-defender-antivirus

![Example Image](docs/example.png)

## Installation Steps

Install the module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/DefenderEval/) 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 from an elevated (as Administrator) PowerShell window to generate the report:

`Get-DefenderEvaluationReport`