Get-WssRemoteConnection

Get-WssRemoteConnection

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

構文

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

詳細説明

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

パラメーター

-From<DateTime>

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

エイリアス

なし

必須?

false

位置は?

named

既定値

System.DateTime.MaxValue

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.WindowsServerSolutions.RemoteConnectionManager.RemoteConnectionInfo

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

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