Get-WebGlobalModule  
	Gets the global modules configured in IIS, or information about a specific module.
Syntax
Default (Default)
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.
Parameters
-Image
Specifies the name of the image file associated with the module.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | False | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | True | 
| Value from remaining arguments: | False | 
-Name
Specifies the name of a module about which this cmdlet gets information.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | 0 | 
| Mandatory: | False | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | True | 
| Value from remaining arguments: | False | 
-Precondition
Specifies a precondition for the module.
Parameter properties
| Type: | String | 
| Default value: | None | 
| Supports wildcards: | False | 
| DontShow: | False | 
Parameter sets
(All)
| Position: | Named | 
| Mandatory: | False | 
| Value from pipeline: | False | 
| Value from pipeline by property name: | True | 
| Value from remaining arguments: | False | 
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.