iis - Powershell List Active HTTP Requests -


in windows 2008 there appcmd can used so:

appcmd list request appcmd list request /apppool.name:defaultapppool 

is there way accomplish in powershell?

there way.

i use following:

get-website | {$_.name -eq $website} | get-webrequest 

the variable $website web site name get-website -name "sitename" doesn't seem work.

https://technet.microsoft.com/en-us/library/ee790581.aspx


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -