How to Find Out Configured Office Online Server

adil 1,431 Reputation points
2022-08-15T13:40:57.807+00:00

Hi,
There is a SharePoint 2016 Farm and it was configured with Office Online Server here from SharePoint 2016 Servers there is any way to find out Office Online Server details (Hostname,IP,Port etc) using Powershell command

Microsoft 365 and Office | SharePoint Server | For business
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 51,861 Reputation points Microsoft External Staff
    2022-08-16T07:54:16.887+00:00

    @adil

    You could use below command to get the details about the OfficeWebAppsFarm object.

    Import-Module OfficeWebApps  
    Get-OfficeWebAppsFarm  
    

    Reference: https://learn.microsoft.com/en-us/officeonlineserver/windows-powershell-for-office-online-server/windows-powershell-for-office-online-server


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.