Remove-NpsRadiusClient
Removes a RADIUS client.
Syntax
Default (Default)
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.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | True |
| Value from pipeline: | True |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.