Skip to content

Latest commit

 

History

History
101 lines (72 loc) · 2.46 KB

File metadata and controls

101 lines (72 loc) · 2.46 KB
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

Get-WebGlobalModule

SYNOPSIS

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.

PARAMETERS

-Image

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

-Name

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

-Precondition

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Disable-WebGlobalModule

Enable-WebGlobalModule

New-WebGlobalModule

Remove-WebGlobalModule

Set-WebGlobalModule