Releases: TheJumpCloud/support
JumpCloud PowerShell Module v2.10.0
JumpCloud PowerShell Module v2.10.0
Release Date: January 17, 2024
RELEASE NOTES
New Directory Functions, Add-JCGsuiteMember, Add-JCOffice365Member, Remove-JCGsuiteMember, and Remove-JCOffice365Member added to the module
FEATURES:
Add-JCGsuiteMember
- Add a user or user group to a Gsuite instanceAdd-JCOffice365Member
- Add a user or user group to an Office365 instanceRemove-JCGsuiteMember
- Remove a user or user group from a Gsuite instanceRemove-JCOffice365Member
- Remove a user or user group from an Office365 instance
JumpCloud PowerShell Module v2.9.1
JumpCloud PowerShell Module v2.9.1
Release Date: January 2, 2024
RELEASE NOTES
This release adds an available field for Get-JCUser to reutn, `systemUsername`.
FEATURES:
NA
IMPROVEMENTS:
SystemUsername
has been added to Get-JCUser -returnProperties. ex. Get-JCuser -username defaultadmin -returnProperties systemUsername
will return the local systemUsername for a given user.
BUG FIXES:
NA
JumpCloud PowerShell Module v2.9.0
JumpCloud PowerShell Module v2.9.0
Release Date: December 5, 2023
RELEASE NOTES
New Directory Functions, Get-JCCloudDirectory, Set-JCCloudDirectory added to the module
FEATURES:
Get-JCCloudDirectory Added, fetch JumpCloud Cloud Directory instances (gsuite, office_365) programmatically
Set-JCCloudDirectory Added, update existing JumpCloud Cloud Directory instances (gsuite, office_365) programmatically
Passwordless User Certificate Radius Certificate Generation v1.0.7
Passwordless User Certificate Radius v1.0.7
Release Date: December 1, 2023
RELEASE NOTES
In macOS, it's possible for a user to define their username as user1234
or USER1234
. When JumpCloud takes of a user it'll perform a case insensive string comparison and take over the account that matches the username from JumpCloud.
Commands executed by JumpCloud in macOS run as shell scripts /bin/bash
by default, this shell does not perform case-insensitive string comparisons. This patch version of the Radius Certificate Utility addresses this limitation by explicitly changing the bash
match patterns to be case-insensitive.
Bug Fixes
Addressed a bug were users with differing casing (user1234 vs USER1234) between the system and JumpCloud username
JumpCloud PowerShell Module v2.8.3
JumpCloud PowerShell Module v2.8.3
Release Date: November 20, 2023
RELEASE NOTES
Addressed the issue with Get-JCPolicyTemplateConfigField select/multi property string error
BUG FIXES:
- Fixed an issue with Get-JCPolicyTemplateConfigField error when a string select/multi property is passed to an int conversion
JumpCloud PowerShell Module v2.8.2
JumpCloud PowerShell Module v2.8.2
Release Date: November 2, 2023
RELEASE NOTES
Addressed the issue with Get-JCPolicyTargetGroup indexing error. Update several module tests to run in parallel.
BUG FIXES:
- Fixed an issue with Get-JCPolicyTargetGroup index error when a policy group is not bound to a device group
JumpCloud PowerShell Module v2.8.1
JumpCloud PowerShell Module v2.8.1
Release Date: October 18, 2023
RELEASE NOTES
Addressed the issue with `Get-JCAssociation` errors when paramter `Type` is provided through the dynamic parameter set and prompted that duplicate key in property hash has been provided. This release contains a bugfix from v2.8.0 where `Remove-JCSystemGroup` and `Remove-JCUserGroup` functions would error when attempting to remove a group by it's name.
FEATURES:
- Remove-JCSystemGroup and Remove-JCUserGroup, groups can be removed by ID.
BUG FIXES:
- Fixed an issue with param targetType defaulting when dynamicParam is set
- Fixed an issue with system associated to a command where duplicate key being added
- Addressed an issue with Remove-JCSystemGroup and Remove-JCUserGroup, groups can be removed by ID if specified.
Passwordless User Certificate Radius Certificate Generation v1.0.6
Passwordless User Certificate Radius v1.0.6
Release Date: September 25, 2023
RELEASE NOTES
Certificates distributed to macOS device are now imported using the -x flag to prevent them from being exported.
Bug Fixes
For users with multiple SSIDs where one SSID has a space in the name, previous versions of the script could not account for this. This version addresses this change by passing text with a ';' delimiter rather than a space.
JumpCloud PowerShell Module v2.7.0
JumpCloud PowerShell Module v2.7.0
Release Date: August 1, 2023
RELEASE NOTES
This release introduces a new parameter, registryFile, to New-JCPolicy and Set-JCPolicy
FEATURES:
Admins can now upload a .reg file to a new or existing Windows - Advanced: Custom Registry Keys Policy
BUG FIXES:
Fixed an issue with sequential results not returning as expected with large datasets
Passwordless User Certificate Radius Certificate Generation v1.0.5
Passwordless User Certificate Radius v1.0.5
Release Date: July 20, 2023
RELEASE NOTES
Addressed an issue generating certificates for users with localUsernames (systemUsernames specified in the JumpCloud console). These user certificates were generated with the localUsername instead of their username field. The resulting certificate would never be allowed to access a radius backed network as their localUsername does not match the username.
Bug Fixes:
Certificates for users with localUsername (systemUsernames) should now authenticate to radius networks. Their CNs should now be based on their usernames, not localUsernames.