Remove-NpsRadiusClient

Remove-NpsRadiusClient

Removes a RADIUS client.

Syntax

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

Detailed Description

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.

Parameters

-Name<String>

Specifies the name of the RADIUS client to remove.

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

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

  • None

Examples

Example 1: Remove a RADIUS client

This command removes a RADIUS client named RadiusClient01.

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

Get-NpsRadiusClient

New-NpsRadiusClient

Set-NpsRadiusClient