Get-Web
Managed
Module
Syntax
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.
Optional Parameters
Specifies the configuration location from which the cmdlet retrieves configuration information.
| Type: | String[] |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Specifies the name of the managed module.
| Type: | String |
| Position: | 0 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |
Specifies an IIS configuration path.
| Type: | String[] |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |