< Back

New-JCRadiusServer

Thu Jan 16, 2020 9:04 am

NAME New-JCRadiusServer



SYNOPSIS

Creates a JumpCloud radius server.





SYNTAX

New-JCRadiusServer [-Name] <System.String[]> [-networkSourceIp] <System.String> [[-sharedSecret] <System.String>]

[-Force] [<CommonParameters>]





DESCRIPTION

Use this function to create a radius servers in a 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



-Name <System.String[]>

The name of the object.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-networkSourceIp <System.String>

The ip of the new Radius Server.



Required? true

Position? 4

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-sharedSecret <System.String>

The shared secret for the new Radius Server.



Required? false

Position? 5

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[]





System.String







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



PS C:\\> New-JCRadiusServer -Name:('RadiusServer1') -networkSourceIp:('111.111.111.111')

-sharedSecret:('dUtU9FDvPc8Wdvoc#jKmZr7aJSXv5pR')



Create a radius server in a JumpCloud tenet.



RELATED LINKS

Online Version: https://github.com/TheJumpCloud/support ... diusServer