Get-WebManagedModule
Published: February 29, 2012
Updated: August 15, 2012
Applies To: Windows Server 2012
Get-WebManagedModule
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.
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'
