Share via


Get-WebGlobalModule

Get-WebGlobalModule

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

Sintaxe

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

Descrição detalhada

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

Parâmetros

-Image<String>

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

Aliases

nenhuma

Necessário?

false

Posição?

named

Valor padrão

nenhuma

Aceitar entrada do pipeline?

true (ByPropertyName)

Aceitar caracteres curinga?

false

-Name<String>

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

Aliases

nenhuma

Necessário?

false

Posição?

1

Valor padrão

nenhuma

Aceitar entrada do pipeline?

true (ByPropertyName)

Aceitar caracteres curinga?

false

-Precondition<String>

Specifies a precondition for the module.

Aliases

nenhuma

Necessário?

false

Posição?

named

Valor padrão

nenhuma

Aceitar entrada do pipeline?

true (ByPropertyName)

Aceitar caracteres curinga?

false

<CommonParameters>

Esse cmdlet dá suporte a parâmetros comuns: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Para obter mais informações, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

O tipo de entrada é o tipo dos objetos que você pode canalizar para o cmdlet.

Saídas

O tipo de saída é o tipo de objeto emitido pelo cmdlet.

Exemplos

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" 

Tópicos relacionados

Disable-WebGlobalModule

Enable-WebGlobalModule

New-WebGlobalModule

Remove-WebGlobalModule

Set-WebGlobalModule