Get-WebManagedModule
Gets the managed modules that are configured for a particular application.
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.
Parameters
-Location
Specifies the configuration location from which the cmdlet retrieves configuration information.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specifies the name of the managed module.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-PSPath
Specifies an IIS configuration path.
Type: | String[] |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |