PowerShell Logo Small

Get-WebRequest



This is the built-in help made by Microsoft for the command 'Get-WebRequest', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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 the IIS requests that are currently being executed.

SYNTAX


Get-WebRequest [-AppPool <String>] [-InputObject <PSObject>] [-Process <UInt32>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Shows IIS requests that are currently being executed.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/p/?linkid=287867

REMARKS

<

Examples


-------------- EXAMPLE 1: Get request that are currently being executed --------------

IIS:\>Get-Item IIS:\AppPools\DefaultAppPool | Get-WebRequest



Returns a list of IIS requests that are currently being executed.