dsccommunity / OfficeOnlineServerDsc

This module contains DSC resources for deployment and configuration of Office Online Server.
MIT License
15 stars 16 forks source link

Wrong resource name OfficeOnlineServerWebAppsMachine #28

Closed shurick81 closed 6 years ago

shurick81 commented 6 years ago

Details of the scenario you try and problem that is occurring: Building multi-server OOS farm. getting error that the term OfficeOnlineServerWebAppsMachine does not exist. The DSC configuration that is using the resource:

            OfficeOnlineServerWebAppsMachine JoinFarm
            {
                MachineToJoin   = $firstOOSNode
                Roles           = "All"
            }

The one above does not work. The one below does:

            OfficeOnlineServerMachine JoinFarm
            {
                MachineToJoin   = $firstOOSNode
                Roles           = "All"
            }

Apparently, Wiki doc should be fixed. Version of the Operating System and PowerShell the DSC Target Node is running: Win 2016, WMF 5.1 Version of the DSC module you're using: 1.2.0.0

johlju commented 6 years ago

@NikCharlebois are there manual process to update the Wiki?

NikCharlebois commented 6 years ago

Documentation updated