Edit

Share via


Get-WebManagedModule

Gets the managed modules that are configured for a particular application.

Syntax

Default (Default)

Get-WebManagedModule
    [[-Name] <String>]
    [-Location <String[]>]
    [[-PSPath] <String[]>]
    [<CommonParameters>]

Description

The Get-WebManagedModule cmdlet gets the managed modules that are configured for a particular application.

Examples

Example 1: Get modules for the default website

IIS:\> Get-WebManagedModule -PSPath "IIS:\sites\Default Web Site"

This command gets configuration information for modules configured for the default website.

Parameters

-Location

Specifies the configuration location from which the cmdlet retrieves configuration information.

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-Name

Specifies the name of the managed module.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-PSPath

Specifies an IIS configuration path.

Parameter properties

Type:

String[]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.