Skip to content

Releases: TheJumpCloud/support

JumpCloud PowerShell Module v2.11.0

13 Jun 18:17
b296458
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.11.0
Release Date: June 13, 2024

RELEASE NOTES

Introducing a new function Get-JcScheduledUserstate - This will allow for the lookup of upcoming user suspensions/activations

FEATURES:

New Function: Get-JcScheduledUserState - Allows for the lookup of scheduled userstate changes. This will list upcoming suspensions or activations as well as being able to search for a particular user's upcoming state changes by their UserID

JumpCloud PowerShell Module v2.10.2

30 May 17:13
88c3002
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.10.2
Release Date: May 30, 2024

RELEASE NOTES

Fixed a bug when creating a staged user and attempting to enable MFA
Removed the unused `systemToken` property from the Get-JCSystem function

BUG FIXES:

Fixed a bug when creating a staged user and attempting to enable MFA

FEATURES:

Removed the systemToken property from the Get-JCSystem function

JumpCloud PowerShell Module v2.10.1

03 Apr 02:14
8fa2c5a
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.10.1
Release Date: April 2, 2024

RELEASE NOTES

Added several missing filter fields to Get-JCUser, Get-JCSystem, Get-JCCommand

FEATURES:

Additional returnProperties added to Get-JCUser, Get-JCSystem, Get-JCCommand functions

JumpCloud PowerShell Module v2.10.0

17 Jan 21:31
7d41448
Compare
Choose a tag to compare

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 instance
  • Add-JCOffice365Member - Add a user or user group to an Office365 instance
  • Remove-JCGsuiteMember - Remove a user or user group from a Gsuite instance
  • Remove-JCOffice365Member - Remove a user or user group from an Office365 instance

JumpCloud PowerShell Module v2.9.1

09 Jan 16:32
6446941
Compare
Choose a tag to compare

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

09 Jan 17:08
6446941
Compare
Choose a tag to compare

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

05 Dec 21:40
bc257ba
Compare
Choose a tag to compare

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

20 Nov 20:03
fb19481
Compare
Choose a tag to compare

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

02 Nov 18:22
9b55e85
Compare
Choose a tag to compare

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

19 Oct 17:03
493ddc3
Compare
Choose a tag to compare

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.