Skip to content

xIisModule

Johan Ljunggren edited this page Dec 6, 2023 · 2 revisions

xIisModule

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.

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 xIISModule 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.