Get-WebManagedModule

Get-WebManagedModule

Gets the managed modules that are configured for a particular application.

Sintaxis

Parameter Set: Default
Get-WebManagedModule [[-Name] <String> ] [[-PSPath] <String[]> ] [-Location <String[]> ] [ <CommonParameters>]

Descripción detallada

The Get-WebManagedModule cmdlet gets the managed modules that are configured for a particular application.

Parámetros

-Location<String[]>

Specifies the configuration location from which the cmdlet retrieves configuration information.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByPropertyName)

¿Aceptar caracteres comodín?

false

-Name<String>

Specifies the name of the managed module.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByPropertyName)

¿Aceptar caracteres comodín?

false

-PSPath<String[]>

Specifies an IIS configuration path.

Alias

ninguno

¿Requerido?

false

¿Posición?

2

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByPropertyName)

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

Example -------------- EXAMPLE Example 1: Get modules for the Default default Web webSsite --------------default webs

This command gets configuration information for modules configured for the default website.

IIS:\>Get-WebManagedModule -PSPath 'IIS:\sites\Default Web Site'

Temas relacionados

New-WebManagedModule

Remove-WebManagedModule

Set-WebManagedModule