microsoftgraph / powershell-intune-samples

This repository of PowerShell sample scripts show how to access Intune service resources. They demonstrate this by making HTTPS RESTful API requests to the Microsoft Graph API from PowerShell.
MIT License
1.35k stars 656 forks source link

MDATP script - is "MacOS_MDATP_Deployment_Add.ps1" up-to-date? #233

Open emardee opened 1 year ago

emardee commented 1 year ago

I just used the MDATP/MacOS_MDATP_Deployment_Add.ps1 script to configure Defender for macOS permissions for deployment via Intune. However, my test macOD device still requested for Network Access during install, and then post-install is grumbling about Disk Access being required, even though that configuration has been successfully created a deployed to the device.

I was wondering if that meant these scripts might be out-of-date and missing some crucial items that are needed for current installs of Defender onto macOS? Watching various YouTube videos make it look very easy using this script, but I can see from https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/mac-install-with-intune?view=o365-worldwide ... that there are more items (like the Network Access config) that the script didn't provision.

Anyone know if these scripts are still complete?