mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 14:57:23 +00:00
update xml and steps
This commit is contained in:
parent
bea95e1b0c
commit
ffe3881ad0
@ -334,34 +334,89 @@ These steps are applicable of macOS 10.15 (Catalina) or newer.
|
||||
1. Use the following Microsoft Defender ATP notification configuration settings:
|
||||
|
||||
```xml
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0"><dict><key>PayloadContent</key><array><dict><key>NotificationSettings</key><array><dict><key>AlertType</key><integer>2</integer><key>BadgesEnabled</key><true/><key>BundleIdentifier</key><string>com.microsoft.autoupdate2</string><key>CriticalAlertEnabled</key><false/><key>GroupingType</key><integer>0</integer><key>NotificationsEnabled</key><true/><key>ShowInLockScreen</key><false/><key>ShowInNotificationCenter</key><true/><key>SoundsEnabled</key><true/></dict><dict><key>AlertType</key><integer>2</integer><key>BadgesEnabled</key><true/><key>BundleIdentifier</key><string>com.microsoft.wdavtray</string><key>CriticalAlertEnabled</key><false/><key>GroupingType</key><integer>0</integer><key>NotificationsEnabled</key><true/><key>ShowInLockScreen</key><false/><key>ShowInNotificationCenter</key><true/><key>SoundsEnabled</key><true/></dict></array><key>PayloadDescription</key><string/><key>PayloadDisplayName</key><string>notifications</string><key>PayloadEnabled</key><true/><key>PayloadIdentifier</key><string>BB977315-E4CB-4915-90C7-8334C75A7C64</string><key>PayloadOrganization</key><string>Microsoft</string><key>PayloadType</key><string>com.apple.notificationsettings</string><key>PayloadUUID</key><string>BB977315-E4CB-4915-90C7-8334C75A7C64</string><key>PayloadVersion</key><integer>1</integer></dict></array><key>PayloadDescription</key><string/><key>PayloadDisplayName</key><string>mdatp - allow notifications</string><key>PayloadEnabled</key><true/><key>PayloadIdentifier</key><string>85F6805B-0106-4D23-9101-7F1DFD5EA6D6</string><key>PayloadOrganization</key><string>Microsoft</string><key>PayloadRemovalDisallowed</key><false/><key>PayloadScope</key><string>System</string><key>PayloadType</key><string>Configuration</string><key>PayloadUUID</key><string>85F6805B-0106-4D23-9101-7F1DFD5EA6D6</string><key>PayloadVersion</key><integer>1</integer></dict></plist>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>ChannelName</key>
|
||||
<string>InsiderFast</string>
|
||||
<key>HowToCheck</key>
|
||||
<string>AutomaticDownload</string>
|
||||
<key>EnableCheckForUpdatesButton</key>
|
||||
<true/>
|
||||
<key>DisableInsiderCheckbox</key>
|
||||
<false/>
|
||||
<key>SendAllTelemetryEnabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
```
|
||||
<dict>
|
||||
<key>PayloadContent</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>NotificationSettings</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>AlertType</key>
|
||||
<integer>2</integer>
|
||||
<key>BadgesEnabled</key>
|
||||
<true/>
|
||||
<key>BundleIdentifier</key>
|
||||
<string>com.microsoft.autoupdate2</string>
|
||||
<key>CriticalAlertEnabled</key>
|
||||
<false/><key>GroupingType</key>
|
||||
<integer>0</integer>
|
||||
<key>NotificationsEnabled</key>
|
||||
<true/>
|
||||
<key>ShowInLockScreen</key>
|
||||
<false/>
|
||||
<key>ShowInNotificationCenter</key>
|
||||
<true/>
|
||||
<key>SoundsEnabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>AlertType</key>
|
||||
<integer>2</integer><key>BadgesEnabled</key>
|
||||
<true/><key>BundleIdentifier</key>
|
||||
<string>com.microsoft.wdav.tray</string>
|
||||
<key>CriticalAlertEnabled</key>
|
||||
<false/><key>GroupingType</key>
|
||||
<integer>0</integer>
|
||||
<key>NotificationsEnabled</key>
|
||||
<true/><key>ShowInLockScreen</key>
|
||||
<false/><key>ShowInNotificationCenter</key>
|
||||
<true/><key>SoundsEnabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadDescription</key>
|
||||
<string/><key>PayloadDisplayName</key>
|
||||
<string>notifications</string>
|
||||
<key>PayloadEnabled</key>
|
||||
<true/><key>PayloadIdentifier</key>
|
||||
<string>BB977315-E4CB-4915-90C7-8334C75A7C64</string>
|
||||
<key>PayloadOrganization</key>
|
||||
<string>Microsoft</string>
|
||||
<key>PayloadType</key>
|
||||
<string>com.apple.notificationsettings</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>BB977315-E4CB-4915-90C7-8334C75A7C64</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>PayloadDescription</key>
|
||||
<string/><key>PayloadDisplayName</key>
|
||||
<string>mdatp - allow notifications</string>
|
||||
<key>PayloadEnabled</key><true/>
|
||||
<key>PayloadIdentifier</key>
|
||||
<string>85F6805B-0106-4D23-9101-7F1DFD5EA6D6</string>
|
||||
<key>PayloadOrganization</key>
|
||||
<string>Microsoft</string>
|
||||
<key>PayloadRemovalDisallowed</key>
|
||||
<false/><key>PayloadScope</key>
|
||||
<string>System</string>
|
||||
<key>PayloadType</key>
|
||||
<string>Configuration</string>
|
||||
<key>PayloadUUID</key>
|
||||
<string>85F6805B-0106-4D23-9101-7F1DFD5EA6D6</string>
|
||||
<key>PayloadVersion</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</plist>
|
||||
```
|
||||
|
||||
2. Save it as `MDATP_MDAV_notification_settings.plist`.
|
||||
|
||||
3. In the Jamf Pro dashboard, select **General**.
|
||||
|
||||

|
||||
|
||||
|
||||
4. Enter the following details:
|
||||
|
||||
**General**
|
||||
@ -371,7 +426,8 @@ These steps are applicable of macOS 10.15 (Catalina) or newer.
|
||||
- Distribution Method: Install Automatically(default)
|
||||
- Level: Computer Level(default)
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
5. Select **Upload File (PLIST file)**.
|
||||
|
||||
@ -448,40 +504,40 @@ These steps are applicable of macOS 10.15 (Catalina) or newer.
|
||||
- Distribution Method: Install Automatically(default)
|
||||
- Level: Computer Level(default)
|
||||
|
||||
4. In **Application & Custom Settings** select **Configure**.
|
||||
5. In **Application & Custom Settings** select **Configure**.
|
||||
|
||||

|
||||
|
||||
5. Select **Upload File (PLIST file)**.
|
||||
6. Select **Upload File (PLIST file)**.
|
||||
|
||||

|
||||
|
||||
6. In **Preference Domain** enter: `com.microsoft.autoupdate2`, then select **Upload PLIST File**.
|
||||
7. In **Preference Domain** enter: `com.microsoft.autoupdate2`, then select **Upload PLIST File**.
|
||||
|
||||

|
||||
|
||||
7. Select **Choose File**.
|
||||
8. Select **Choose File**.
|
||||
|
||||

|
||||
|
||||
8. Select **MDATP_MDAV_MAU_settings.plist**.
|
||||
9. Select **MDATP_MDAV_MAU_settings.plist**.
|
||||
|
||||

|
||||
|
||||
9. Select **Upload**.
|
||||
10. Select **Upload**.
|
||||

|
||||
|
||||

|
||||
|
||||
10. Select **Save**.
|
||||
11. Select **Save**.
|
||||
|
||||

|
||||
|
||||
11. Select the **Scope** tab.
|
||||
12. Select the **Scope** tab.
|
||||
|
||||

|
||||
|
||||
12. Select **Add**.
|
||||
13. Select **Add**.
|
||||
|
||||

|
||||
|
||||
@ -489,7 +545,7 @@ These steps are applicable of macOS 10.15 (Catalina) or newer.
|
||||
|
||||

|
||||
|
||||
13. Select **Done**.
|
||||
14. Select **Done**.
|
||||
|
||||

|
||||
|
||||
@ -651,85 +707,78 @@ leaf[subject.OU] = UBF8T346G9
|
||||
- Filename: Choose File
|
||||
|
||||
Open the file and point it to `wdav.pkg` or `wdav_MDM_Contoso_200329.pkg`.
|
||||
|
||||

|
||||
|
||||
Select **Open**. Set the **Display Name** to **Microsoft Defender Advanced Threat Protection and Microsoft Defender Antivirus**
|
||||
Select **Open**. Set the **Display Name** to **Microsoft Defender Advanced Threat Protection and Microsoft Defender Antivirus**.
|
||||
|
||||
- Manifest File: Select **Upload Manifest File**.
|
||||
|
||||
**Options tab**
|
||||
Keep default values.
|
||||
|
||||
**Limitations tab**
|
||||
Keep default values.
|
||||
**Options tab**<br> Keep default values.
|
||||
|
||||
**Limitations tab**<br> Keep default values.
|
||||
|
||||
|
||||
8. Select **Save**.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
9. The package is uploaded to Jamf Pro.
|
||||

|
||||
|
||||
It can take a few minutes for the package to be available for deployment.
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
10. Navigate to the **Policies** page.
|
||||
|
||||

|
||||
|
||||
11. Select **New** to create a new policy.
|
||||
|
||||

|
||||
|
||||
|
||||
9. In **New Policy** > **General** Enter the following details:
|
||||
12. In **General** Enter the following details:
|
||||
|
||||
- Display name: MDATP Onboarding Contoso 200329 v100.86.92
|
||||
- Display name: MDATP Onboarding Contoso 200329 v100.86.92 or later
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
10. Select **Recurring Check-in**.
|
||||
13. Select **Recurring Check-in**.
|
||||
|
||||

|
||||
|
||||
|
||||
11. Select **Save**.
|
||||
|
||||
14. Select **Save**.
|
||||
|
||||
12. Select **Configure**.
|
||||
15. Select **Configure**.
|
||||
|
||||

|
||||
|
||||
16. Select the **Add** button next to **Microsoft Defender Advanced Threat Protection and Microsoft Defender Antivirus**.
|
||||
|
||||

|
||||
|
||||
|
||||
17. Select **Save**.
|
||||

|
||||
|
||||
|
||||
18. Select the **Scope** tab.
|
||||

|
||||
|
||||
13. In **New Policy**, Enter the following details:
|
||||
19. Select the target computers.
|
||||
|
||||
**Options**
|
||||
- Select **Install**.
|
||||

|
||||

|
||||
|
||||
**Scope**
|
||||
- Select **Add**.
|
||||

|
||||
**Scope**<br>
|
||||
Select **Add**.
|
||||

|
||||
|
||||
**Self Service**
|
||||

|
||||
|
||||
|
||||
**Self Service** <br>
|
||||

|
||||
|
||||
14. Select **Done**.
|
||||
20. Select **Done**.
|
||||

|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user