description | external help file | Module Name | ms.date | online version | schema | title |
---|---|---|---|---|---|---|
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell. |
Microsoft.IIS.PowerShell.Provider.dll-Help.xml |
WebAdministration |
12/27/2016 |
2.0.0 |
Get-WebGlobalModule |
Gets the global modules configured in IIS, or information about a specific module.
Get-WebGlobalModule [[-Name] <String>] [-Image <String>] [-Precondition <String>] [<CommonParameters>]
The Get-WebGlobalModule cmdlet gets the global modules configured in Internet Information Services (IIS), or information about a specific module.
IIS:\> Get-WebGlobalModule -Name "UriCacheModule"
This command returns information about the configuration of the module named UriCacheModule.
Specifies the name of the image file associated with the module.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
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
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Specifies a precondition for the module.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.