Get-NpsRadiusClient

Get-NpsRadiusClient

Gets RADIUS clients.

Sintaxis

Get-NpsRadiusClient [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<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.

  • NpsRadiusClient[]

Ejemplos

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