microsoft / shell-intune-samples

Sample shell scripts for Intune admins.
MIT License
637 stars 213 forks source link

Latest OneDrive as part of Office for Mac Install #63

Closed m1lkman closed 1 year ago

m1lkman commented 2 years ago

I use the installOfficeBusinessPro.sh script to install Office for Mac and upon launching OneDrive and logging in it will go through a few updates and OneDrive will close and reopen requiring login 1-2 additional times. Is there any way to guarantee the latest OneDrive is installed and this login process is more seamless? Does this have to do with Consumer vs Enterprise and tenant features? Would be ideal if there was a way to just install the latest final version for my tenant.

theneiljohnson commented 2 years ago

I'm not sure, i've asked the Office team for advice. My understanding was that the package we use in this script should include the latest builds of all apps.

theneiljohnson commented 2 years ago

I've had a chat with the Office team and this is expected due to the different release cadences between Teams, OneDrive and Office.

I think i can resolve by installing the standalone installers rather than the Suite. I'll take a look in the morning and see if I can update the sample to show how to do it.

m1lkman commented 2 years ago

Thank you @theneiljohnson

theneiljohnson commented 1 year ago

I did this eventually in the individual Office installation script. It should pull down the latest of each individual app. https://github.com/microsoft/shell-intune-samples/blob/master/macOS/Apps/Office%20for%20Mac/installOffice365Pro_individual.zsh