Remove-NpsRadiusClient

Remove-NpsRadiusClient

Removes a RADIUS client.

構文

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

詳細説明

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.

パラメーター

-Name<String>

Specifies the name of the RADIUS client to remove.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • None

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