OfficeOnlineServerDsc
OfficeOnlineServerDsc copied to clipboard
This module contains DSC resources for deployment and configuration of Office Online Server.
Hi, ISSUE DESCRIPTION: Error when the ressource OfficeOnlineServerProductUpdate check the version. The ressource checks the following path: C:\Program Files\Microsoft Office Web Apps\AgentManager\OfficeVersion.inc. The real file is on the following path:...
#### Pull Request (PR) description Adds new resource OfficeOnlineServerHost #### This Pull Request (PR) fixes the following issues - Fixes #62 #### Task list - [x] Added an entry to...
Suggest replacing the function `Test-OosDscParameterState` with the [`Test-DscParameterState`](https://github.com/dsccommunity/DscResource.Common#test-dscparameterstate) or [`Compare-DscParameterState`](https://github.com/dsccommunity/DscResource.Common#compare-dscparameterstate) from the common module _DscResource.Common_. https://github.com/dsccommunity/OfficeOnlineServerDsc/blob/6b6ce1f3d6df5ffbe237d6f6c69e0f89c76089d4/src/Modules/OfficeOnlineServerDsc.Util/OfficeOnlineServerDsc.Util.psm1#L291-L474
#### Pull Request (PR) description Added support for specifying LDAP:// syntax and OU hierarchy for FarmOU It's now possible to specify FarmOU like this: "Servers/OOS" or "ldap://OU=OOS,OU=Servers" ntds:// format is...
#### Pull Request (PR) description Adds the parameter 'IsSingleInstance' as suggested in #42. #### This Pull Request (PR) fixes the following issues - Fixes #42 #### Task list - [x]...
### Description The resource should be used to manage the OfficeWebAppsHosts. https://learn.microsoft.com/en-us/powershell/module/officewebapps/new-officewebappshost?view=officewebapps-ps ### Proposed properties [Key, Description("Specifies the resource is a single instance, the value must be 'Yes'"),ValueMap{"Yes"},Values{"Yes"}] String IsSingleInstance;...
#### Details of the scenario you tried and the problem that is occurring When installing a CU for Office Online Server farm (2 servers) using the ressource MSFT_OfficeOnlineServerProductUpdate it creates...
#### Details of the scenario you tried and the problem that is occurring Using LDAP:// syntax for Farm OU fails on TestResource Using an OU not directly on the root...
Hello, would be possible to document the new resource: OfficeOnlineServerProductUpdate ? I did some test but it's not clear to me how the new resource is managing the upgrade when...
#### Details of the scenario you tried and the problem that is occurring In our environment we need to install OOS on another drive, but I don't see an option...