Get-WebManagedModule

Get-WebManagedModule

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

Syntax

Parameter Set: Default
Get-WebManagedModule [[-Name] <String> ] [[-PSPath] <String[]> ] [-Location <String[]> ] [ <CommonParameters>]

Detailed Description

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

Parameters

-Location<String[]>

The configuration location from which the cmdlet retrieves configuration information.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

The name of the managed module.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-PSPath<String[]>

An IIS configuration path.

Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

-------------- EXAMPLE 1: Get modules for the Default Web Site --------------

Gets configuration information for modules configured for the Default Web Site.

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