Get-WebGlobalModule

Get-WebGlobalModule

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

構文

Parameter Set: Default
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.

パラメーター

-Image<String>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

-Name<String>

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

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

-Precondition<String>

Specifies a precondition for the module.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

true (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

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" 

関連トピック

Disable-WebGlobalModule

Enable-WebGlobalModule

New-WebGlobalModule

Remove-WebGlobalModule

Set-WebGlobalModule