-
Notifications
You must be signed in to change notification settings - Fork 149
xIisModule
Johan Ljunggren edited this page Dec 6, 2023
·
2 revisions
Important
This resource has been renamed in the latest release, see IisModule. Bug fixes and new functionality will only be added to the renamed resource.
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| Path | Key | String | The path to the module, usually a dll, to be added to IIS. | |
| Name | Required | String | The logical name of the module to add to IIS. | |
| RequestPath | Required | String | The allowed request Path example: *.php | |
| Verb | Required | StringArray[] | The supported verbs for the module. | |
| SiteName | Write | String | The IIS Site to register the module. | |
| Ensure | Write | String | Should the module be present or absent. |
Present, Absent
|
| ModuleType | Write | String | The type of the module. | FastCgiModule |
| EndPointSetup | Read | Boolean | The End Point is setup. Such as a Fast Cgi endpoint. |
The xIISModule DSC resource is used to...
- Target machine must be running Windows Server 2012 R2 or later.
All issues are not listed here, see here for all open issues.