Remove-NpsRadiusClient
Removes a RADIUS client.
Syntax
Remove-NpsRadiusClient
[-Name] <String>
[<CommonParameters>]
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.
Examples
Example 1: Remove a RADIUS client
PS C:\>Remove-NpsRadiusClient -Name "RadiusClient01"
This command removes a RADIUS client named RadiusClient01.
Parameters
-Name
Specifies the name of the RADIUS client to remove.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Outputs
None