From fc2d7ad389c54d2bb3d4c1bf343c5c9f2bd72846 Mon Sep 17 00:00:00 2001 From: CorneDeJong Date: Mon, 10 May 2021 17:16:09 +0200 Subject: [PATCH] Change MDATP App naming to defender for Endpoint Change older MDATP naming to Defender for Endpoint for the App creation. --- MDATP/MacOS_MDATP_Deployment_Add.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MDATP/MacOS_MDATP_Deployment_Add.ps1 b/MDATP/MacOS_MDATP_Deployment_Add.ps1 index 84382e8..f8ac7ee 100755 --- a/MDATP/MacOS_MDATP_Deployment_Add.ps1 +++ b/MDATP/MacOS_MDATP_Deployment_Add.ps1 @@ -459,10 +459,10 @@ $MDATP = @" { "@odata.type": "#microsoft.graph.macOSMdatpApp", - "description": "Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP) is a unified platform for preventative protection, post-breach detection, automated investigation, and response. Microsoft Defender ATP protects endpoints from cyber threats; detects advanced attacks and data breaches, automates security incidents and improves security posture.", + "description": "Microsoft Defender for Endpoint (macOS) is a unified platform for preventative protection, post-breach detection, automated investigation, and response. Microsoft Defender ATP protects endpoints from cyber threats; detects advanced attacks and data breaches, automates security incidents and improves security posture.", "developer": "Microsoft", - "displayName": "macOS Microsoft Defender ATP for macOS", - "informationUrl": "https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/microsoft-defender-advanced-threat-protection​", + "displayName": "Microsoft Defender for Endpoint (macOS)", + "informationUrl": "https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/microsoft-defender-endpoint​", "isFeatured": false, "largeIcon": { "type": "image/png", @@ -470,7 +470,7 @@ $MDATP = @" }, "notes": "", "owner": "Microsoft", - "privacyInformationUrl": "https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/mac-privacy​", + "privacyInformationUrl": "https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/mac-privacy​", "publisher": "Microsoft" } @@ -566,4 +566,4 @@ $CreateResult_sysext = Add-DeviceConfigurationPolicy -JSON $MDATP_sysext Write-Host " + Device MDATP System Extension Policy created as" $CreateResult_sysext.id -Write-Host \ No newline at end of file +Write-Host