Get JCRadiusServer - TheJumpCloud/support GitHub Wiki
external help file: JumpCloud-help.xml Module Name: JumpCloud online version: https://github.com/TheJumpCloud/support/wiki/Get-JCRadiusServer schema: 2.0.0
Return JumpCloud radius server information.
Get-JCRadiusServer [-Force] [[-Fields] <Array>] [[-Limit] <Int32>]
[[-Skip] <Int32>] [[-Paginate] <Boolean>] [<CommonParameters>]
Get-JCRadiusServer [-Force] [-Id] <String[]> [[-Fields] <Array>]
[[-Limit] <Int32>] [[-Skip] <Int32>] [[-Paginate] <Boolean>] [<CommonParameters>]
Get-JCRadiusServer [-Force] [-Name] <String[]> [[-Fields] <Array>]
[[-Limit] <Int32>] [[-Skip] <Int32>] [[-Paginate] <Boolean>] [<CommonParameters>]
Get-JCRadiusServer [-Force] [[-Fields] <Array>] [[-Limit] <Int32>]
[[-Skip] <Int32>] [[-Paginate] <Boolean>] [<CommonParameters>]
Use this function to return radius servers from JumpCloud tenet.
PS C:\> Get-JCRadiusServer
Returns all radius servers from a JumpCloud tenet.
PS C:\> Get-JCRadiusServer -Id:('5d6802c46eb05c5971151558')
Returns a radius server by Id from a JumpCloud tenet.
PS C:\> Get-JCRadiusServer -Name:('RadiusServer1')
Returns a radius server by Name from a JumpCloud tenet.
An array of the fields/properties/columns you want to return from the search.
Type: System.Array
Parameter Sets: (All)
Aliases:
Required: False
Position: 95
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
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: ById
Aliases: _id
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The number of items you want to return per API call.
Type: System.Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 97
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The name of the object.
Type: System.String[]
Parameter Sets: ByName
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Whether or not you want to paginate through the results.
Type: System.Boolean
Parameter Sets: (All)
Aliases:
Accepted values: True, False
Required: False
Position: 99
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The number of items you want to skip over per API call.
Type: System.Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 98
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.