Get-WebHandler

Get-WebHandler

Gets IIS request handlers.

Syntax

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

Detailed Description

Gets IIS request handlers. If the Name parameter is used, information is returned for the specified handler.

Parameters

-Location<String[]>

Specifies the location for which the cmdlet returns handler information.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-Name<String>

The name of a handler to get.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

-PSPath<String[]>

An IIS configuration path.

Aliases

none

Required?

false

Position?

2

Default Value

none

Accept Pipeline Input?

true (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

-------------- EXAMPLE 1: Get the handler section --------------

Gets handlers configured for the Default Web Site.

IIS:\>Get-WebHandler -PSPath 'IIS:\Sites\Default Web Site'