Remove-NpsRadiusClient

Remove-NpsRadiusClient

Removes a RADIUS client.

Sintaxis

Parameter Set: Default
Remove-NpsRadiusClient [-Name] <String> [ <CommonParameters>]

Descripción detallada

The Remove-NpsRadiusClient cmdlet removes a Remote Authentication Dial-In User Service (RADIUS) client. 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

-Name<String>

Specifies the name of the RADIUS client to remove.

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

True (ByValue)

¿Aceptar caracteres comodín?

false

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

  • None

Ejemplos

Example 1: Remove a RADIUS client

This command removes a RADIUS client named RadiusClient01.

PS C:\> Remove-NpsRadiusClient -Name "RadiusClient01"

Temas relacionados

Get-NpsRadiusClient

New-NpsRadiusClient

Set-NpsRadiusClient