< Back
Remove-JCRadiusServer
Post
NAME Remove-JCRadiusServer
SYNOPSIS
Removes a JumpCloud radius server.
SYNTAX
Remove-JCRadiusServer [-Id] <System.String[]> [-Force] [<CommonParameters>]
DESCRIPTION
Use this function to remove a radius servers from JumpCloud tenet.
PARAMETERS
-Force <System.Management.Automation.SwitchParameter>
Bypass user prompts and dynamic ValidateSet.
Required? false
Position? named
Default value False
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Id <System.String[]>
The unique id of the object.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.Management.Automation.SwitchParameter
System.String[]
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Remove-JCRadiusServer -Id:('5d6802c46eb05c5971151558')
Remove a radius server by Id from a JumpCloud tenet.
-------------------------- Example 2 --------------------------
PS C:\\> Get-JCRadiusServer -Id:('5d6802c46eb05c5971151558') | Remove-JCRadiusServer
Remove a radius server by Id from a JumpCloud tenet.
RELATED LINKS
Online Version: https://github.com/TheJumpCloud/support ... diusServer
SYNOPSIS
Removes a JumpCloud radius server.
SYNTAX
Remove-JCRadiusServer [-Id] <System.String[]> [-Force] [<CommonParameters>]
DESCRIPTION
Use this function to remove a radius servers from JumpCloud tenet.
PARAMETERS
-Force <System.Management.Automation.SwitchParameter>
Bypass user prompts and dynamic ValidateSet.
Required? false
Position? named
Default value False
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Id <System.String[]>
The unique id of the object.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.Management.Automation.SwitchParameter
System.String[]
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> Remove-JCRadiusServer -Id:('5d6802c46eb05c5971151558')
Remove a radius server by Id from a JumpCloud tenet.
-------------------------- Example 2 --------------------------
PS C:\\> Get-JCRadiusServer -Id:('5d6802c46eb05c5971151558') | Remove-JCRadiusServer
Remove a radius server by Id from a JumpCloud tenet.
RELATED LINKS
Online Version: https://github.com/TheJumpCloud/support ... diusServer