Skip to content

IisModule

dscbot edited this page Jan 3, 2023 · 2 revisions

IisModule

Parameters

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.

Description

The IisModule DSC resource is used to...

Requirements

  • Target machine must be running Windows Server 2012 R2 or later.

Known issues

All issues are not listed here, see here for all open issues.