<iisdirinfo>

A task to List the configuration settings of a specified IIS Virtual Directory in the Default Web Site.

Parameters

Attribute Type Description Required
vdirname string Name of the IIS Virtual Directory True
failonerror bool False
if bool False
unless bool False
verbose bool False

Examples

List the settings of the TEMP IIS Virtual Directory.

                 <iisdirinfo 
                    vdirname="TEMP"
                 />