PowerShell Logo Small

Get-WebHandler



This is the built-in help made by Microsoft for the command 'Get-WebHandler', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets IIS request handlers.

SYNTAX


Get-WebHandler [[-Name] <String>] [[-PSPath] <String[]>] [-Location <String[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS


REMARKS

<

Examples


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

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



Gets handlers configured for the Default Web Site.