Remove JCRadiusServer - TheJumpCloud/support GitHub Wiki
external help file: JumpCloud-help.xml Module Name: JumpCloud online version: https://github.com/TheJumpCloud/support/wiki/Remove-JCRadiusServer schema: 2.0.0
Removes a JumpCloud radius server.
Remove-JCRadiusServer [-Force] [-Id] <String[]> [<CommonParameters>]
Use this function to remove a radius servers from JumpCloud tenet.
PS C:\> Remove-JCRadiusServer -Id:('5d6802c46eb05c5971151558')
Remove a radius server by Id from a JumpCloud tenet.
PS C:\> Get-JCRadiusServer -Id:('5d6802c46eb05c5971151558') | Remove-JCRadiusServer
Remove a radius server by Id from a JumpCloud tenet.
Bypass user prompts and dynamic ValidateSet.
Type: System.Management.Automation.SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The unique id of the object.
Type: System.String[]
Parameter Sets: (All)
Aliases: _id
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.