dsc-officeonlineserverdsc


Keywords
windows, puppetdsc, dsc
License
MIT
Install
puppet module install dsc-officeonlineserverdsc --version 1.2.0-0-0

Documentation

OfficeOnlineServerDsc

The OfficeOnlineServerDsc module provides the ability to install Office Online Server (formerly known as Office Web App Server).

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Contributing

Please check out common DSC Resources contributing guidelines.

Installation

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

Requirements

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.

Changelog

A full list of changes in each version can be found in the change log