Skip to content

jensotto/OfficeOnlineServerDsc

 
 

Repository files navigation

OfficeOnlineServerDsc

Build Status Azure DevOps coverage (branch) Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery

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

Contributing

Please check out common DSC Community 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

Code of Conduct

This project has adopted this Code of Conduct.

Releases

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 99.6%
  • JavaScript 0.4%