Get-NpsRadiusClient

Get-NpsRadiusClient

Gets RADIUS clients.

構文

Get-NpsRadiusClient [ <CommonParameters>]

詳細説明

The Get-NpsRadiusClient cmdlet gets Remote Authentication Dial-In User Service (RADIUS) clients. A RADIUS client uses a RADIUS server to manage authentication, authorization, and accounting requests that the client sends. A RADIUS client can be an access server, such as a dial-up server or wireless access point, or a RADIUS proxy.

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • NpsRadiusClient[]

Example 1: Get all RADIUS clients

This command gets a list of all RADIUS clients and puts the list in the variable named $MyRadiusClients.

PS C:\> $MyRadiusClients = Get-NpsRadiusClient