What's the link for Microsoft 365 App (Office application) Version Release api

Naw 1 Reputation point
2022-05-12T21:25:40.09+00:00

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

Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
1,998 questions
Microsoft 365 Publishing
Microsoft 365 Publishing
Microsoft 365: Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line. Publishing: The process of preparing, producing, and releasing content for distribution or sale.
595 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,357 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Emi Zhang-MSFT 21,626 Reputation points Microsoft Vendor
    2022-05-13T08:02:07.09+00:00

    Hi @Naw
    About through automated methods to update, install Office products, etc. are not supported in the forum.
    And I suggest you refer to this support article, as the articel said the scheduled task called Office Automatic Updates 2.0 is created automatically, in my opinion you don't need to repeat the automatic update behavior:
    https://learn.microsoft.com/en-us/deployoffice/overview-update-process-microsoft-365-apps

    Just checking in to see if the information was helpful. Please let us know if you would like further assistance.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Naw 1 Reputation point
    2022-05-13T09:33:32.517+00:00

    I found it eventually.
    https://mrodevicemgr.officeapps.live.com/mrodevicemgrsvc/api/v2/C2RReleaseData

    @Emi Zhang-MSFT Thanks for the reply. Google also gave me the link you sent me whenever I searched for it haha.
    My plan was to run ODT tool setup.exe /download <ofice-config.xml> on MDT server if there is a newer version.

    0 comments No comments

  3. Naw 1 Reputation point
    2022-05-13T14:42:01.257+00:00

    found another one. this may even be better
    https://clients.config.office.net/releases/v1.0/OfficeReleases


  4. Limitless Technology 39,341 Reputation points
    2022-05-17T15:28:46.127+00:00

    Hi Naw-6354,

    This is the best place to find the latest version number:

    https://support.microsoft.com/en-us/office/what-s-new-in-microsoft-365-95c8d81d-08ba-42c1-914f-bca4603e1426#Platform=Windows_Desktop

    Also please have a read of the below article:

    https://learn.microsoft.com/en-us/deployoffice/overview-office-deployment-tool#install-microsoft-365-apps

    ---------------------------------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments