Hello, I am looking to automate the Office365 Application download for the latest version using ODT on my MDT server.
Where could I get the version number of monthly office365 release by api call from Microsoft (even graph api link will do)?
The idea is to get the version number from official monthly release, compare it with the one previously downloaded, and if it's greater then download the new version. The MDT will be ready to deploy it for the machine build. My plan to implement it by using invoke-webrequest/invoke-restmethod
Can someone send me to the right direction please?
Thanks