We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In here https://mosen.github.io/profiledocs/custom/microsoft-autoupdate2.html
Microsoft changed this property's values in Q4 of 2020. Referenced here https://techcommunity.microsoft.com/t5/microsoft-365-apps-for/microsoft-365-apps-update-channel-name-changes-ios-mac-and/m-p/1869539
Also, when inspecting, I noticed they renamed the property from Channel to ChannelName
Channel
ChannelName
Example:
% "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS"/msupdate --config Checking configuration... { AutoUpdateVersion = "4.34.21041102"; ChannelName = Current; HowToCheck = AutomaticDownload; LastCheckForUpdates = "Apr 15, 2021 at 5:44:46 PM"; ManifestServer = ""; RegisteredApplications = ( { "Application ID" = MSRD10; ApplicationPath = "/Applications/Microsoft Remote Desktop.app"; VersionOnDisk = 1863; }, { "Application ID" = XCEL2019; ApplicationPath = "/Applications/Microsoft Excel.app"; VersionOnDisk = "16.49.21041105"; }, { "Application ID" = OPIM2019; ApplicationPath = "/Applications/Microsoft Outlook.app"; VersionOnDisk = "16.49.21033100"; }, { "Application ID" = ONDR18; ApplicationPath = "/Applications/OneDrive.app"; VersionOnDisk = "21062.0328.0001"; }, { "Application ID" = WDAV00; ApplicationPath = "/Applications/Microsoft Defender ATP.app"; VersionOnDisk = "101.25.69"; }, { "Application ID" = PPT32019; ApplicationPath = "/Applications/Microsoft PowerPoint.app"; VersionOnDisk = "16.49.21041105"; }, { "Application ID" = MSau04; ApplicationPath = "/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app"; VersionOnDisk = "4.34.21041102"; }, { "Application ID" = ONMC2019; ApplicationPath = "/Applications/Microsoft OneNote.app"; VersionOnDisk = "16.49.21041105"; }, { "Application ID" = MSWD2019; ApplicationPath = "/Applications/Microsoft Word.app"; VersionOnDisk = "16.49.21041105"; } ); StartDaemonOnAppLaunch = true; UpdateCache = ""; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In here https://mosen.github.io/profiledocs/custom/microsoft-autoupdate2.html
Microsoft changed this property's values in Q4 of 2020. Referenced here https://techcommunity.microsoft.com/t5/microsoft-365-apps-for/microsoft-365-apps-update-channel-name-changes-ios-mac-and/m-p/1869539
Also, when inspecting, I noticed they renamed the property from
Channel
toChannelName
Example:
The text was updated successfully, but these errors were encountered: