Guidance on fixing KEXT not allowed during the installation

This commit is contained in:
Max Velitchko 2019-06-10 11:36:59 -07:00
parent 36fb25f631
commit 5e903c6f95

View File

@ -102,7 +102,7 @@ You can enable it by performting the following steps:
Note, that if you won't complete this step [during 30 minutes](https://developer.apple.com/library/archive/technotes/tn2459/_index.html) after the installation, the prompt will disappear:
![Security and privacy window after prompt expired screenshot](images/MDATP_33_SecurityPrivacySettings_NoPrompt.png)
![Security and privacy window after prompt expired screenshot](MDATP_33_SecurityPrivacySettings_NoPrompt.png)
1. In Terminal, attempt to install the driver. (The operation will fail)
```bash
@ -122,6 +122,16 @@ Note, that if you won't complete this step [during 30 minutes](https://developer
mavel-mojave:~ testuser$ sudo kextutil /Library/Extensions/wdavkext.kext
```
The banner would disappear from the Defender application, and ```mdatp --health``` would now report that Real Time Protection is both enabled and available:
```bash
mavel-mojave:~ testuser$ mdatp --health
...
realTimeProtectionAvailable : true
realTimeProtectionEnabled : true
...
```
## Client configuration
1. Copy wdav.pkg and WindowsDefenderATPOnboarding.py to the machine where you deploy Microsoft Defender ATP for Mac.