#PSTip How to get the number of IIS current client connections
Note: This tip requires PowerShell 2.0 or above. Using the Get-Counter cmdlet and the Web Service Current Connections performance counter, you can get the amount of current connections to an IIS server or to one of its web sites.
Read More