Issue:
SCEP Exclusion is not blocking on exe files after we excluded from SCCM end.
Solution:
We have validate exclusion list.
MpCmdRun.exe -CheckExclusion -path <path>
Powershell:
$WDAVprefs = Get-MpPreference
$WDAVprefs.ExclusionExtension
$WDAVprefs.ExclusionPath
By seeing exclusion list found that specific file is not get excluded we have manually excluded by running below command and issue got resolve.
Add-MpPreference -ExclusionExtension ".test"
Happy Learning!!!
Thanks & Regards,
Solution Teams
Email: [email protected], [email protected]
Facebook https://www.facebook.com/Hiraniconfigmgr-120189361980772/
Follow me: https://www.linkedin.com/in/hiraniconfigmgr
X
0 Comments
No Comments