mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-17 15:57:23 +00:00
Merge pull request #3460 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/windows-itpro-docs (branch public)
This commit is contained in:
commit
9498512449
@ -140,9 +140,83 @@ Use the **Logs** tab to monitor deployment status for each enrolled device.
|
|||||||
Starting in macOS 10.15 (Catalina) a user must manually allow to display notifications in UI. To auto-enable notifications from Defender and Auto Update, you can import the .mobileconfig below into a separate configuration profile and assign it to all devices with Defender:
|
Starting in macOS 10.15 (Catalina) a user must manually allow to display notifications in UI. To auto-enable notifications from Defender and Auto Update, you can import the .mobileconfig below into a separate configuration profile and assign it to all devices with Defender:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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">
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
<plist version="1.0">
|
||||||
<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.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>
|
<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>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Package
|
### Package
|
||||||
|
@ -115,7 +115,7 @@ A web content filtering policy is needed to run the network extension. Add the f
|
|||||||
<key>FilterDataProviderBundleIdentifier</key>
|
<key>FilterDataProviderBundleIdentifier</key>
|
||||||
<string>com.microsoft.wdav.netext</string>
|
<string>com.microsoft.wdav.netext</string>
|
||||||
<key>FilterDataProviderDesignatedRequirement</key>
|
<key>FilterDataProviderDesignatedRequirement</key>
|
||||||
<string>identifier "com.microsoft.wdav.netext" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9</string>
|
<string>identifier "com.microsoft.wdav.netext" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = UBF8T346G9</string>
|
||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user