Get-WebGlobalModule

Updated: August 15, 2012

Applies To: Windows Server 2012

Get-WebGlobalModule

Gets the global modules configured in IIS, or information about a specific module.

Syntax

Parameter Set: Default
Get-WebGlobalModule [[-Name] <String> ] [-Image <String> ] [-Precondition <String> ] [ <CommonParameters>]

Detailed Description

Gets the global modules configured in IIS, or information about a specific module.

Parameters

-Image<String>

The name of the image file associated with the module.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

False

-Name<String>

The name of a module about which to get information.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Precondition<String>

Specifies a precondition for the module.

Aliases

none

Required?

false

Position?

named

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: Getting configuration information about a module --------------

Returns information about the configuration of the module named UriCacheModule.

IIS:\>Get-WebGlobalModule -Name UriCacheModule