Get-NpsRadiusClient

Get-NpsRadiusClient

Gets RADIUS clients.

Syntax

Get-NpsRadiusClient [ <CommonParameters>]

Detailed Description

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.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • NpsRadiusClient[]

Examples

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