IT STORYs

MDE 검사 예외 정책(Powershell) 본문

MECM

MDE 검사 예외 정책(Powershell)

295~ 2023. 5. 2. 13:37

 

현재 예외 정책 리스트 확인(Powershell)

 Get-MpPreference | Select-Object -Property ExclusionPath

Get-MpPreference | Select-Object -Property ExclusionPath | Format-Table -AutoSize


 

UI 에서 확인


 

Defender  관리자권한 - Powershell 이용하여 예외 정책 수립

경로 예외 : MpPreference -ExclusionPath “C:\Folder1”

확장자 예외 : Add-MpPreference -ExclusionExtension “txt”

 

EX>


 

Comments