Get-WssRemoteConnection

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

Syntax

Get-WssRemoteConnection
   [-From <DateTime>]
   [<CommonParameters>]

Description

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

Examples

Example 1: Retrieve a listing of remote connections

PS C:\> Get-WssRemoteConnection

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

Parameters

-From

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

Type:DateTime
Position:Named
Default value:System.DateTime.MaxValue
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Outputs

Microsoft.WindowsServerSolutions.RemoteConnectionManager.RemoteConnectionInfo

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