Skip to main content
Question

Microsoft "Required Data Notice" pop up

  • July 19, 2019
  • 27 replies
  • 262 views

Show first post

27 replies

daniel_ross
Forum|alt.badge.img+20
  • Jamf Heroes
  • September 9, 2020

Still running into issues with this myself as well @Gascolator. My settings are even more simplified as right now from what I had before which also wasn't working. I used PlistEdit Pro to make my file if that matters any?

Found the issue to be an old profile that I had missed now seems to be working flawlessly!

Thanks for the great info here and on https://macadmins.software!


Forum|alt.badge.img+1
  • New Contributor
  • April 23, 2021

My 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>AcknowledgedDataCollectionPolicy</key> <string>RequiredDataOnly</string> <key>ChannelName</key> <string>Production</string> <key>DisableInsiderCheckbox</key> <true/> <key>EnableCheckForUpdatesButton</key> <true/> <key>ExtendedLogging</key> <true/> <key>HowToCheck</key> <string>AutomaticDownload</string> <key>IOCRestoreFailCount</key> <string>0</string> <key>InstallLockedBy</key> <integer>0</integer> <key>OptionalDataCollectionEnabled</key> <false/> <key>SendAllTelemetryEnabled</key> <false/> <key>SendCriticalTelemetryEnabled</key> <false/> <key>StartDaemonOnAppLaunch</key> <true/> <key>UpdateCheckFrequency</key> <integer>720</integer> <key>UpdateDeadline.DaysBeforeForcedQuit</key> <integer>3</integer> <key>WindowsAzureMobileServicesInstallationId</key> <string>AE199F90-6BD6-4428-BA0C-C5D21B3F19F2</string> <key>ApplicationsForcedUpdateSchedule</key> <dict/> </dict>
</plist>