Skip to content

Commit 1bc3271

Browse files
Merge pull request #3587 from j0shbregman/patch-1
Update microsoft-defender-endpoint-mac-prerequisites.md
2 parents f5dea79 + b580f4c commit 1bc3271

File tree

1 file changed

+29
-20
lines changed

1 file changed

+29
-20
lines changed

defender-endpoint/microsoft-defender-endpoint-mac-prerequisites.md

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ This article lists the prerequisites for installing and configuring Microsoft De
3838

3939
- A Defender for Endpoint subscription and access to the Microsoft Defender portal
4040
- Beginner-level experience in macOS and BASH scripting
41-
- Administrative privileges on the device (in manual deployment)
41+
- For [manual deployments](#manual-deployment-requirements), administrative privileges on the device
42+
- For [enterprise deployments](#enterprise-deployment-requirements), a Mobile Device Management (MDM) solution such as Microsoft Intune
43+
- [Network connectivity](#network-connectivity) to the Microsoft Defenender for Endpoint service.
4244

4345
### System requirements
4446

@@ -47,26 +49,31 @@ These three most recent major releases of macOS are supported.
4749
- 14 (Sonoma)
4850
- 13 (Ventura)
4951

52+
> [!NOTE]
53+
> Beta versions of macOS aren't supported, but new releases of macOS are supported from day 1.
54+
5055
- Supported processors: x64 and ARM64
5156

5257
- Disk space: 1 GB
5358

54-
- Beta versions of macOS aren't supported.
59+
> [!CAUTION]
60+
> We recommend that you keep [System Integrity Protection](https://support.apple.com/HT204899) (SIP) enabled on client devices. SIP is a built-in macOS security feature that prevents low-level tampering with the OS, and is enabled by default.
61+
5562

56-
### Deployment methods
63+
### Enterprise deployment requirements
5764

58-
There are several methods and deployment tools that you can use to install and configure Defender for Endpoint on macOS.
65+
There are several methods and deployment tools that you can use to centrally install and configure Defender for Endpoint on macOS across
5966

6067
- [Microsoft Intune-based deployment](mac-install-with-intune.md)
6168
- Non-Microsoft management tools:
6269
- [Security Settings Management](mde-security-settings-management.md)
6370
- [Other Mobile Device Management products (including JAMF)](mac-install-with-other-mdm.md)
64-
- Command-line tool: [Manual deployment](mac-install-manually.md)
71+
72+
### Manual deployment requirements
6573

66-
> [!IMPORTANT]
67-
> On macOS 11 (Big Sur) and later, Microsoft Defender for Endpoint requires more configuration profiles. If you're an existing customer upgrading from earlier versions of macOS, make sure to deploy the extra configuration profiles listed on [New configuration profiles for macOS Big Sur and newer versions of macOS](mac-sysext-policies.md) and detailed in [installation instructions](#deployment-methods).
74+
You can also configure Defender for Endpoint on macOS locally
6875

69-
After you've enabled the service, you might need to configure your network or firewall to allow outbound connections between it and your endpoints.
76+
- Command-line tool: [Manual deployment](mac-install-manually.md)
7077

7178
### Licensing requirements
7279

@@ -101,6 +108,19 @@ If a proxy or firewall is blocking anonymous traffic, make sure that anonymous t
101108
> Authenticated proxies aren't supported. Ensure that only PAC, WPAD, or a static proxy is being used.
102109
> SSL inspection and intercepting proxies are also not supported for security reasons. Configure an exception for SSL inspection and your proxy server to directly pass through data from Microsoft Defender for Endpoint on macOS to the relevant URLs without interception. Adding your interception certificate to the global store won't allow for interception.
103110
111+
## Next steps
112+
113+
### Onboard client devices to Microsoft Defender for Endpoint
114+
115+
Onboarding Microsoft Defender for Endpoint for macOS requires the following steps:
116+
117+
- Install the .pkg containing the software
118+
- Test the [network connectivity](#test-network-connectivity)
119+
- Install the required system extensions
120+
- On-board the device to Microsoft Defender for Endpoint
121+
122+
See [Onboard client devices running macOS to Microsoft Defender for Endpoint](onboard-client.md) for details.
123+
104124
#### Test network connectivity
105125

106126
To test that a connection isn't blocked, open `https://x.cp.wd.microsoft.com/api/report` and `https://cdn.x.cp.wd.microsoft.com/ping` in a browser.
@@ -117,29 +137,18 @@ The output from this command should be similar to the following:
117137

118138
`OK https://cdn.x.cp.wd.microsoft.com/ping`
119139

120-
> [!CAUTION]
121-
> We recommend that you keep [System Integrity Protection](https://support.apple.com/HT204899) (SIP) enabled on client devices. SIP is a built-in macOS security feature that prevents low-level tampering with the OS, and is enabled by default.
122140

123141
Once Microsoft Defender for Endpoint is installed, connectivity can be validated by running the following command in Terminal:
124142

125143
```bash
126144
mdatp connectivity test
127145
```
128146

129-
## Next steps
130-
131-
### How to update Microsoft Defender for Endpoint on macOS
132-
133-
Microsoft regularly publishes software updates to improve performance, security, and to deliver new features. To update Microsoft Defender for Endpoint on macOS devices, a program named Microsoft AutoUpdate (MAU) is used. To learn more, see [Deploy updates for Microsoft Defender for Endpoint on macOS](mac-updates.md).
134-
135-
### How to configure Microsoft Defender for Endpoint on macOS
136-
137-
Guidance for how to configure the product in enterprise environments is available in [Set preferences for Microsoft Defender for Endpoint on macOS](mac-preferences.md).
138147

139148
## Resources
140149

141150
- For more information about logging, uninstalling, or other articles, see [Resources for Microsoft Defender for Endpoint on macOS](mac-resources.md).
142151
- [Privacy for Microsoft Defender for Endpoint on macOS](mac-privacy.md).
143152
- [Turn on Network protection for macOS](network-protection-macos.md)
144153

145-
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]
154+
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]

0 commit comments

Comments
 (0)