dsccommunity / OfficeOnlineServerDsc

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

OfficeOnlineServerHost: New resource proposal #62

Open JonasRied opened 12 months ago

JonasRied commented 12 months ago

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; [Write, Description("Ensure Present or Absent"), ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; [Write, Description("Host domains to which Office Online Server allows file operations requests")] String AllowList[];

Special considerations or limitations