Office Web Apps Powershell Cmdlets


Import the module:

Import-Module -Name OfficeWebApps

Get-OfficeWebAppsFarm

Returns details about the OfficeWebAppsFarm object that the current server is a member of.

Get-OfficeWebAppsHost

Returns the list of host domains that are on the Allow List for an Office Web Apps Server farm.

Get-OfficeWebAppsMachine

Returns details about the current server that is in an Office Web Apps Server farm.

New-OfficeWebAppsFarm

Creates a new Office Web Apps Server farm on the local computer.

New-OfficeWebAppsHost

Adds a host domain to the Allow List for an Office Web Apps Server farm.

New-OfficeWebAppsMachine

Adds the current server to an existing Office Web Apps Server farm.

Remove-OfficeWebAppsHost

Removes a host domain from the Allow List for an Office Web Apps Server farm.

Remove-OfficeWebAppsMachine

Removes the current server from the Office Web Apps Server farm.

Repair-OfficeWebAppsFarm

Removes all servers flagged as unhealthy from an Office Web Apps Server farm.

Set-OfficeWebAppsFarm

Configures the settings of an existing Office Web Apps Server farm.

Set-OfficeWebAppsMachine

Changes the settings of the current server that is in an Office Web Apps Server farm.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s