Skip to main content

So as of today Friday 19 July, we have started seeing a rather large popup Window (See attached) appear when a user logs into one of our Macs.

We're not even starting any MS apps, it happens a few seconds after logging in.

Just wondering if anybody else has come across this and is there any way of preventing it?

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!


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>