Get-Web
Global
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
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 |
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 |
Specifies a precondition for the module.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True (ByPropertyName) |
| Accept wildcard characters: | False |