mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-27 20:57:23 +00:00
Grammar feedback
This commit is contained in:
parent
ce98d71e06
commit
c016e1e8a0
@ -182,7 +182,7 @@ orgId : "4751b7d4-ea75-4e8f-a1f5-6d640c65bc45"
|
||||
...
|
||||
```
|
||||
|
||||
- **licensed**: This is a confirmation that the machine is licensed for ATP.
|
||||
- **licensed**: This confirms that the machine has an ATP license.
|
||||
|
||||
- **orgid**: Your ATP org id, it will be the same for your organization.
|
||||
|
||||
|
@ -24,10 +24,7 @@ ms.topic: #conceptual
|
||||
[Windows Defender Advanced Threat Protection (Windows Defender ATP) for Mac](https://go.microsoft.com/fwlink/p/?linkid=???To-Add???)
|
||||
|
||||
>[!IMPORTANT]
|
||||
>Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||
|
||||
This topic describes how to install Microsoft Defender ATP for Mac. It supports the preview program and the information here is subject to change.
|
||||
Microsoft Defender ATP for Mac is not yet widely available, and this topic only applies to enterprise customers who have been accepted into the preview program.
|
||||
>This topic relates to the pre-release version of Microsoft Defender ATP for Mac. Microsoft Defender ATP for Mac is not yet widely available, and this topic only applies to enterprise customers who have been accepted into the preview program. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||
|
||||
## Prerequisites and system requirements
|
||||
|
||||
@ -35,43 +32,46 @@ Before you get started, please see [the main Microsoft Defender ATP for Mac page
|
||||
|
||||
## Approach
|
||||
|
||||
Your organization may use one of existing MDM solutions that we do not officially support.
|
||||
It does not mean that Defender will not work with it.
|
||||
It means that provide support for deployment/management with this MDM solution.
|
||||
Your organization may use a Mobile Device Management (MDM) solution we do not officially support.
|
||||
This does not mean you will be unable to deploy or run Microsoft Defender ATP for Mac.
|
||||
However, we will not be able to provide support for deploying or managing Defender via these solutions.
|
||||
|
||||
However, Defender does not depend on any vendor-specific features, and can be used with any MDM solution that supports the following features (practically any modern MDM solution would support them):
|
||||
Microsoft Defender ATP for Mac does not depend on any vendor-specific features. It can be used with any MDM solution that supports the following features:
|
||||
|
||||
- Deployment a macOS .pkg to managed machines.
|
||||
- Deployment macOS system configuration profiles to managed machines.
|
||||
- Deploying a macOS .pkg to managed machines.
|
||||
- Deploying macOS system configuration profiles to managed machines.
|
||||
- Running an arbitrary admin-configured tool/script on managed machines.
|
||||
|
||||
You can deploy Defender without the last requirement, however:
|
||||
The majority of modern MDM solutions include these features, however, they may call them differently.
|
||||
|
||||
You can deploy Defender without the last requirement from the list above, however:
|
||||
|
||||
- You won't be able to collect status in a centralized way
|
||||
- If you decide to uninstall Defender, you'll need to logon to the client machine locally as an administrator
|
||||
|
||||
## Deployment
|
||||
|
||||
Most of MDM solution use the same model for managing macOS machines, with similar terminology.
|
||||
Most MDM solution use the same model for managing macOS machines, with similar terminology.
|
||||
Use [JAMF-based deployment](microsoft-defender-atp-mac-install-with-jamf.md) as a template.
|
||||
|
||||
### Package
|
||||
|
||||
Configure deployment of a [required application package](microsoft-defender-atp-mac-install-with-jamf.md#package),
|
||||
using Installation package (wdav.pkg) downloaded from [ATP](microsoft-defender-atp-mac-install-with-jamf.md#download-installation-and-onboarding-packages).
|
||||
with the installation package (wdav.pkg) downloaded from [ATP](microsoft-defender-atp-mac-install-with-jamf.md#download-installation-and-onboarding-packages).
|
||||
|
||||
Your MDM solution can allow you uploading an arbitrary application package, or require you to wrap it into a custom package first.
|
||||
Your MDM solution can allow you uploading of an arbitrary application package, or require you to wrap it into a custom package first.
|
||||
|
||||
### License settings
|
||||
|
||||
Setup [a system configuration profile](microsoft-defender-atp-mac-install-with-jamf.md#configuration-profile).
|
||||
Your MDM product may call it something like "Custom Settings Profile" (as Defender is not a part of macOS).
|
||||
Your MDM solution may call it something like "Custom Settings Profile", as Microsoft Defender ATP for Mac is not part of macOS.
|
||||
|
||||
Use jamf/WindowsDefenderATPOnboarding.plist extracted from an onboarding package downloaded from [ATP](microsoft-defender-atp-mac-install-with-jamf.md#download-installation-and-onboarding-packages).
|
||||
Your system may support an arbitrary Plist in XML format (you can just upload the jamf/WindowsDefenderATPOnboarding.plist file as-is in this case), or require you to convert to a different format first.
|
||||
Use the property list, jamf/WindowsDefenderATPOnboarding.plist, which can extracted from an onboarding package downloaded from [ATP](microsoft-defender-atp-mac-install-with-jamf.md#download-installation-and-onboarding-packages).
|
||||
Your system may support an arbitrary property list in XML format. You can just upload the jamf/WindowsDefenderATPOnboarding.plist file as-is in that case.
|
||||
Alternatively, it may require you to convert the property list to a different format first.
|
||||
|
||||
Note that your custom profile would have an id, name or domain attribute. You must use exactly "com.microsoft.wdav.atp".
|
||||
MDM will use it to deploy the settings file as **/Library/Managed Preferences/com.microsoft.wdav.atp.plist** on a client machine, and Defender will use this file for loading onboarding info.
|
||||
MDM will use it to deploy the settings file to **/Library/Managed Preferences/com.microsoft.wdav.atp.plist** on a client machine, and Defender will use this file for loading onboarding info.
|
||||
|
||||
### KEXT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user