Remove-OfficeWebAppsHost
Office Web Apps
Applies to: Office Web Apps Server
Topic Last Modified: 2013-12-18
Removes a host domain from the Allow List for an Office Web Apps Server farm.
Remove-OfficeWebAppsHost -Domain <String>
The Remove-OfficeWebAppsHost cmdlet removes the specified host domain from the Allow List. The Allow List contains the host domains to which Office Web Apps Server allows file operations requests.
![]() |
---|
If there are no domains on the Allow List, Office Web Apps Server allows file requests to hosts in any domain. Do not leave this list blank if your Office Web Apps Server farm is accessible from the Internet. Otherwise anyone can use your Office Web Apps Server farm to view and edit content. |
Parameter | Required | Type | Description |
---|---|---|---|
Domain | Required | System.String | Specifies the host domain to remove from the Allow List. |
------------------EXAMPLE 1---------------------
Remove-OfficeWebAppsHost -domain "contoso.com"
This example removes the domain contoso.com from the Allow List.
Show: