Releases: TheJumpCloud/support
Releases · TheJumpCloud/support
JumpCloud PowerShell Module v2.18.2
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
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
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
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
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
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
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
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 theSet-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
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
- Dynamic param added
- 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
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
andGet-JCReport
New-JCReport
- Generates a report using the pre-built report generators available in the consoleGet-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