The OfficeOnlineServerDsc module provides the ability to install Office Online Server (formerly known as Office Web App Server).
Please check out common DSC Community contributing guidelines.
To manually install the module, download the source code and unzip the contents of the \Modules\OfficeOnlineServerDsc directory to the $env:ProgramFiles\WindowsPowerShell\Modules folder.
To install from the PowerShell gallery using PowerShellGet (in PowerShell 5.0) run the following command:
Find-Module -Name OfficeOnlineServerDsc -Repository PSGallery | Install-Module
To confirm installation, run the below command and ensure you see the Office Online Server DSC resoures available:
Get-DscResource -Module OfficeOnlineServerDsc
The minimum PowerShell version required is 4.0, which ships in Windows 8.1 or Windows Server 2012R2 (or higher versions). The preferred version is PowerShell 5.0 or higher, which ships with Windows 10 or Windows Server 2016.
A full list of changes in each version can be found in the change log
This project has adopted this Code of Conduct.
For each merge to the branch master
a preview release will be
deployed to PowerShell Gallery.
Periodically a release version tag will be pushed which will deploy a
full release to PowerShell Gallery.