Get-OfficeWebAppsMachine
Returns details about the current server that is in an Office Online Server farm.
Syntax
Get-OfficeWebAppsMachine
Description
The Get-OfficeWebAppsMachine cmdlet returns details about the current server that is in an Office Online Server farm. These details include the roles and health status of the current server and the name of the master server for the farm.
Examples
------------------EXAMPLE 1---------------------
Get-OfficeWebAppsMachine
This example returns details about the current server that is in an Office Online Server farm.
------------------EXAMPLE 2---------------------
(Get-OfficeWebAppsFarm).Machines
This example returns details about all servers that are in an Office Online Server farm.