├── .gitignore ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── Configure-MDATPIntuneSecAdminRole.ps1 ├── LICENSE ├── README.md ├── RestoreQuarantinedFile-NoOutput.ps1 ├── RestoreQuarantinedFile.ps1 └── SECURITY.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/.gitignore -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/CODEOWNERS -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Configure-MDATPIntuneSecAdminRole.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/Configure-MDATPIntuneSecAdminRole.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/README.md -------------------------------------------------------------------------------- /RestoreQuarantinedFile-NoOutput.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/RestoreQuarantinedFile-NoOutput.ps1 -------------------------------------------------------------------------------- /RestoreQuarantinedFile.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/RestoreQuarantinedFile.ps1 -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/microsoft-defender-for-endpoint-manageability/HEAD/SECURITY.md --------------------------------------------------------------------------------