Detect whether Office installation is Office 2019 or Office365

dlondon
Valued Contributor

Is there some simple thing I can look for on a system to decide if they are using Office 2019 or Office365?

1 ACCEPTED SOLUTION

sdagley
Esteemed Contributor II

@dlondon You'd need to check the Office license version installed on a machine, and this EA from @pbowden will do that for you: https://github.com/pbowden-msft/ExtensionAttributes/blob/master/Office_License.sh 

View solution in original post

4 REPLIES 4

sdagley
Esteemed Contributor II

@dlondon You'd need to check the Office license version installed on a machine, and this EA from @pbowden will do that for you: https://github.com/pbowden-msft/ExtensionAttributes/blob/master/Office_License.sh 

dlondon
Valued Contributor

Thanks @sdagley 

tcandela
Valued Contributor II

are the versions the same for 2019 and 365? 

currently 2019 is at 16.51

what is office 365 current version?

sdagley
Esteemed Contributor II

@tcandelaThe difference between Office 2019 and Office 265 is the features activated by the license being used. That's why you have to check the license version installed rather than the version of the application binaries.