Get-WebAppPoolState

Get-WebAppPoolState

Gets the run-time state of an IIS application pool.

Sintaxis

Parameter Set: Default
Get-WebAppPoolState [[-Name] <String> ] [ <CommonParameters>]

Descripción detallada

The Get-WebAppPoolState cmdlet gets the run-time state of an Internet Information Services (IIS) application pool.

Parámetros

-Name<String>

Specifies the name of the application pool for which the state is returned.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

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 1: Get the run-time state of the DefaultAppPool

This command gets the run-time state of the DefaultAppPool.

IIS:\>Get-WebAppPoolState -Name "DefaultAppPool"