Releases: TheJumpCloud/support
JumpCloud PowerShell Module v1.23.4
JumpCloud PowerShell Module v1.23.4
Release Date: July 25, 2022
RELEASE NOTES
This release modifies New-JCCommandURL to convert Import-JCCommand url to raw github content to prevent changes to GitHub HTML from breaking Import-JCCommand function
JumpCloud PowerShell Module v1.23.3
JumpCloud PowerShell Module v1.23.3
Release Date: July 20, 2022
RELEASE NOTES
This release modifies how the Manager Username Lookup works with Get-JCUser. Only usernames/ emails that match the full string of the search are now returned. In addition users set with Set-JCUser will correctly modify managers by email address.
BUG FIXES:
- Get-JCUser -Manager "someUser" could return multiple values if another user username: "User" exists in the Organization
- Set-JCUser -Username "theUser" -Manager "someUser" could return multiple values if another user username: "User" exists in the Organization
JumpCloud PowerShell Module v1.23.2
JumpCloud PowerShell Module v1.23.2
Release Date: July 11, 2022
RELEASE NOTES
This release modifies how the Manager Username Lookup works with Get-JCUser. Only usernames/ emails that match the full string of the search are now returned
BUG FIXES:
- Get-JCUser -Manager "someUser" could return multiple values if another user username: "User" exists in the Organization
JumpCloud PowerShell Module v1.23.1
JumpCloud PowerShell Module v1.23.1
Release Date: June 21, 2022
RELEASE NOTES
This release adds validate to the Get-JCUser -State parameter set. It should now validate supplied acceptable values.
Documentation for Get-JCCommand updated thanks to JumpCloud Community member: Ryan Bailey @rybai
JumpCloud PowerShell Module v1.23.0
JumpCloud PowerShell Module v1.23.0
Release Date: June 23, 2022
RELEASE NOTES
This release adds search endpoint functionality and new parameters to Get-JCCommand
BUG FIXES:
- N/A
JumpCloud PowerShell Module v1.22.1
JumpCloud PowerShell Module v1.22.1
Release Date: May 19, 2022
RELEASE NOTES
This release includes a bug-fix for read only API Keys and running Backup-JCOrganization
BUG FIXES:
- Backup-JCOrganization no longer throws a forbidden error message when run with a read-only API Key. In the previous release, we solved for only a subset of Backup-JCOrganizations' Read-Only error messages, these should now be resolved.
JumpCloud PowerShell Module v1.22.0
JumpCloud PowerShell Module v1.22.0
Release Date: May 16, 2022
RELEASE NOTES
This release includes an update to Set, Get, New-JCUser to search manager by a valid JumpCloud user's primary email
IMPROVEMENTS:
- Set, Get, New-JCUser will validate email address value given to -manager
FEATURES:
- This release adds email search to manager field in Set, Get, New-JCUser
- This release adds new parameters to Get-JCResults private function
BUG FIXES:
- Backup-JCOrganization no longer throws a forbidden error message when run with a read-only API Key.
JumpCloud PowerShell Module v1.21.0
JumpCloud PowerShell Module v1.21.0
Release Date: May 11, 2022
RELEASE NOTES
This release includes an update to Update-JCModule intended to help updating future fersions of the PowerShell SDK
IMPROVEMENTS:
- Update-JCModule specifically targets which version of the new SDK to install and uninstall.
FEATURES:
- This release adds the -recoveryemail parameter to Set, Get, New-JCUser
BUG FIXES:
N/A
JumpCloud PowerShell Module v1.20.1
JumpCloud PowerShell Module v1.20.1
Release Date: April 28, 2022
RELEASE NOTES
This releasse includes a patch to fix pagination where a null system record exists in Get-JCSystemGroupMember.
IMPROVEMENTS:
- Import/Update-JCUsersFromCSV will validate that custom attribute values are not null before attempting to Import/Update users.
- Addressed an issue with Update-JCModule failing if GitHub or PowerShellGallery were inaccessible
BUG FIXES:
JumpCloudModule v1.20.0
Within New/Update/Get-JCUser:
The -suspended
boolean parameter is going to be depreciated in favor of the -state
parameter. Admins will be able to set the user's state with the -state
parameter in accordance to the workflow mentioned in the Managing User States help article.
What's Changed
- SA-2481 - Validate null values are not passed into custom attributes on CSV Import/ Update
- SA-2331 - Automate Wiki Generation
- SA-2373 - Update New/Set/Get JCUser to include state parameters
Full Changelog: v1.19.0...v1.20.0