Freigeben über


Get-WebGlobalModule

Get-WebGlobalModule

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

Syntax

Parameter Set: Default
Get-WebGlobalModule [[-Name] <String> ] [-Image <String> ] [-Precondition <String> ] [ <CommonParameters>]

Detaillierte Beschreibung

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

Parameter

-Image<String>

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

Aliasse

Keiner

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

true (ByPropertyName)

Platzhalterzeichen akzeptieren?

false

-Name<String>

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

Aliasse

Keiner

Erforderlich?

false

Position?

1

Standardwert

Keiner

Pipelineeingaben akzeptieren?

true (ByPropertyName)

Platzhalterzeichen akzeptieren?

false

-Precondition<String>

Specifies a precondition for the module.

Aliasse

Keiner

Erforderlich?

false

Position?

named

Standardwert

Keiner

Pipelineeingaben akzeptieren?

true (ByPropertyName)

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

Beispiele

Example 1: Getting configuration information about a module

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

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

Verwandte Themen

Disable-WebGlobalModule

Enable-WebGlobalModule

New-WebGlobalModule

Remove-WebGlobalModule

Set-WebGlobalModule