< Back

Get-WebConnections

Mon Jan 13, 2020 6:12 am

NAME Get-WebConnections



SYNOPSIS

Gets the number of current connections per website.





SYNTAX

Get-WebConnections [[-WebSite] <String>] [[-ComputerName] <String[]>] [<CommonParameters>]





DESCRIPTION

Returns the number of current connections per website.





PARAMETERS

-WebSite <String>

The website to get connections for.



Required? false

Position? 0

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ComputerName <String[]>

The server to get statistics for.



Required? false

Position? 1

Default value

Accept pipeline input? true (ByValue, ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES











RELATED LINKS