Skip to content

Releases: TheJumpCloud/support

JumpCloud PowerShell Module v2.18.2

08 Sep 19:44
5824809

Choose a tag to compare

JumpCloud PowerShell Module v2.18.2
Release Date: September 8, 2025

RELEASE NOTES

Fixed an issue with excluding properties for Update-JCDeviceFromCSV when using PWSH 5.1

BUG FIXES:

  • Address a bug impacting Update-JCDeviceFromCSV

JumpCloud PowerShell Module v2.18.1

08 Sep 19:44
5824809

Choose a tag to compare

JumpCloud PowerShell Module v2.18.1
Release Date: April 25, 2025

RELEASE NOTES

Implements fix for errors in module directory path resolution

BUG FIXES:

  • Addresses a bug that impacted module directory paths.

JumpCloud Radius Module v2.1.6

04 Sep 22:30
5f0b831

Choose a tag to compare

JumpCloud Radius Module v2.1.6
Release Date: August 29, 2025

RELEASE NOTES

This patch release addresses changes to menu formatting to fit within the width of the terminal window.

JumpCloud Radius Module v2.1.5

21 Jul 20:36
f1158e5

Choose a tag to compare

JumpCloud Radius Module v2.1.5
Release Date: July 21, 2025

RELEASE NOTES

This release addresses an issue with the date parsing in the Get-CertInfo function, ensuring that the date is parsed in a culture-invariant manner.

Bug Fixes:

  • Fixed an issue when generating certificates where the date parsing was not culture invariant, leading to potential issues in different locales.
  • Fixed an issue where the date format in the certificate report was not correctly parsed.

JumpCloud Radius Module v2.1.4

15 Jul 20:53
a63506d

Choose a tag to compare

JumpCloud Radius Module v2.1.4
Release Date: July 15, 2025

RELEASE NOTES

This release is a patch update to the JumpCloud Radius module, which includes bug fixes and improvements to the multi-group radius deployment script.

Bug Fixes:

  • Fixed an issue when generating certificates where the cert password was never applied
  • Fixed an issue when deploying certificates in parallel where the cert password / SSID settings were not applied to the certificate

JumpCloud Radius Module v2.1.3

15 Jul 19:50
964ce66

Choose a tag to compare

Pre-release

JumpCloud Radius Module v2.1.3
Release Date: July 15, 2025

RELEASE NOTES

This release is a patch update to the JumpCloud Radius module, which includes bug fixes and improvements to the multi-group radius deployment script.

Bug Fixes:

  • Fixed an issue when generating certificates where the cert password was never applied
  • Fixed an issue when deploying certificates in parallel where the cert password / SSID settings were not applied to the certificate

JumpCloud Radius Module v2.1.2

15 Jul 18:59
7afa60f

Choose a tag to compare

Pre-release

JumpCloud Radius Module v2.1.2
Release Date: July 15, 2025

RELEASE NOTES

This release is a patch update to the JumpCloud Radius module, which includes bug fixes and improvements to the multi-group radius deployment script.

Bug Fixes:

  • Fixed an issue when generating certificates where the cert password was never applied
  • Fixed an issue when deploying certificates in parallel where the cert password / SSID settings were not applied to the certificate

JumpCloud Radius Module v2.1.1

09 Jul 22:40
29f51ca

Choose a tag to compare

JumpCloud Radius Module v2.1.1
Release Date: July 9, 2025

RELEASE NOTES

This release is a minor update to the Radius Cert Deployment tool. This version of the tool is now a PowerShell Module, which allows for easier updates and management of the tool. The module can be installed and updated from the PowerShell Gallery.

Features:

  • The Radius Cert Deployment tool is now a PowerShell Module
  • The module and the cert locations are now configurable via a new public function Set-JCRConfig
  • All configuration settings which were previously stored in config.ps1 are now variables configured with the Set-JCRConfig function
  • The module can be installed and updated from the PowerShell Gallery using Install-Module JumpCloud.Radius

Bug Fixes:

  • Fixed an issue where the macOS CommandNames were not stored correctly in the users.json file.
  • Fixed an issue where the tool would not work correctly when only one user was assigned to the radius user group.

JumpCloud PowerShell Module v2.18.0

21 Apr 14:32
d7a733e

Choose a tag to compare

JumpCloud PowerShell Module v2.18.0
Release Date: April 21, 2025

RELEASE NOTES

This release adds support for Windows MDM OMA Custom policy (Custom MDM (OMA-URI)) with New/Set-JCPolicy
Introduces the primarySystemUser parameter to Set-JCSystem and Update-JCDeviceFromCSV functions. This parameter will allow you associate a user to the specified device

FEATURES:

  • Introduces support for passing list of objects (uriList) for Custom MDM (OMA-URI) policy with New/Set-JCPolicy
    • Dynamic param added -uriList
    • Menu for Set-JCPolicy to edit uriList - create/update/add/remove
  • Added the primarySystemUser parameter to Set-JCSystem
  • Update-JCDeviceFromCSV supports the primarySystemUser param that was added to Set-JCSystem

BUG FIXES:

  • Added an Alias of GroupID to the ByID parameter for Get-JCUserGroupMember

JumpCloud PowerShell Module v2.17.0

03 Jan 20:34
63309ac

Choose a tag to compare

JumpCloud PowerShell Module v2.17.0
Release Date: January 3, 2025

RELEASE NOTES

This release introduces two new functions `New-JCReport` and `Get-JCReport`

FEATURES:

  • Introduces two new functions New-JCReport and Get-JCReport
    • New-JCReport - Generates a report using the pre-built report generators available in the console
    • Get-JCReport - Allows you get get the report metadata and once the report is finished processing, using the reportID and the artifactID, you can output the report content via JSON or CSV