Get-Web Global Module

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

Syntax

Get-WebGlobalModule
   [[-Name] <String>]
   [-Image <String>]
   [-Precondition <String>]
   [<CommonParameters>]

Description

The Get-WebGlobalModule cmdlet gets the global modules configured in Internet Information Services (IIS), or information about a specific module.

Examples

Example 1: Getting configuration information about a module

IIS:\> Get-WebGlobalModule -Name "UriCacheModule"

This command returns information about the configuration of the module named UriCacheModule.

Optional Parameters

-Image

Specifies the name of the image file associated with the module.

Type: String
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Name

Specifies the name of a module about which this cmdlet gets information.

Type: String
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Precondition

Specifies a precondition for the module.

Type: String
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False