Get-WssRemoteConnection

Get-WssRemoteConnection

Retrieves a listing of remote connections from Remote Web Access clients, VPN clients, or Web API applications.

Sintaxis

Parameter Set: Default
Get-WssRemoteConnection [-From <DateTime> ] [ <CommonParameters>]

Descripción detallada

The Get-WssRemoteConnection cmdlet retrieves a listing of remote connections to the server by Remote Web Access clients, VPN clients, or Web API applications.

Parámetros

-From<DateTime>

Specifies a starting time from which to return connections. If you do not specify this parameter, the cmdlet retrieves all active connections.

Alias

ninguno

¿Requerido?

false

¿Posición?

named

Valor predeterminado

System.DateTime.MaxValue

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.WindowsServerSolutions.RemoteConnectionManager.RemoteConnectionInfo

    This cmdlet generates information of remote connections to the server from Remote Web Access, VPN, or Web API applications.

Ejemplos

Example 1: Retrieve a listing of remote connections

This command retrieves a listing of all current remote connections to the server.

PS C:\> Get-WssRemoteConnection