Hi,
I am updating O365 ProPlus 2016 from a UNC share. Basically that works fine, after I have changed the parameters of the "Office Automatic Updates" scheduled task. After ODT deployment the parameters were OfficeC2RClient.exe /update SCHEDULEDTASK displaylevel=False,
which I, as recommended by several blogs, changed to /update USER displaylevel=False, as with SCHEDULEDTASK the scheduled task actually does nothing, and only the interactive update works. With USER both work.
The problem with USER displaylevel=False is that the user is not notified that an update is available and users typically don't check File->Account every day and they should't need to. So I changed to USER displaylevel=True which notifies the user that there
are updates, BUT as the scheduled task is run after every log on, they also get the not very helpful message "You're up to date!" after every logon.
Is there a way to only get notified when there is actually an update available?
Background:
Windows 7 Enterprise
Scheduled Task is changed via GPO
Update Path is set via GPO not via deployment XML file
KR
Alex