Update use-windows-defender-application-control-with-intelligent-security-graph.md

Added note.
This commit is contained in:
Lindsay 2019-07-07 12:44:43 +02:00 committed by GitHub
parent 7fec3e2b52
commit bb9228fca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,3 +98,6 @@ Modern apps are not supported with the ISG heuristic and will need to be separat
The ISG heuristic does not authorize kernel mode drivers. The WDAC policy must have rules that allow the necessary drivers to run.
In some cases, the code integrity logs where WDAC errors and warnings are written will contain error events for native images generated for .NET assemblies. Typically, the error is functionally benign as a blocked native image will result in the corresponding assembly being re-interpreted. Review for functionality and performance for the related applications using the native images maybe necessary in some cases.
>[!NOTE]
> A rule that explicitly allows an application will take precedence over the ISG rule that does not allow it. In this scenario, this policy is not compatible with Intune, where there is no option to add rules to the template that enables ISG. In almost any circumstance, you would need to build a custom WDAC policy, including ISG if desired.