Skip to content

Releases: TheJumpCloud/support

Passwordless User Certificate Radius Certificate Generation v1.0.3

24 May 18:23
ad447b3
Compare
Choose a tag to compare

1.0.3

Release Date: May 31 2023

RELEASE NOTES

Fixed an issue affecting permissions on certain MacOS devices when attempting to deploy certs
Improved performance when reviewing Command Results by changing fetch requests to Search-JCSDKCommandResult endpoint
Added an exit code and error message for windows systems where no user was logged on at script execution

FEATURES:

  • Fixed an issue affecting permissions on certain MacOS devices when attempting to deploy certs
  • Improved performance when reviewing Command Results by changing fetch requests to Search-JCSDKCommandResult endpoint

JumpCloud PowerShell Module v2.5.0

08 Jun 14:05
c2a729e
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.5.0
Release Date: May 11, 2023

RELEASE NOTES

New Policy Function, Remove-JCPolicy added to the module

FEATURES:

Remove-JCPolicy added, remove existing JumpCloud Policies programmatically

Passwordless User Certificate Radius Certificate Generation v1.0.2

02 May 21:39
33b4837
Compare
Choose a tag to compare

1.0.2

Release Date: May 2, 2023

RELEASE NOTES

Fixed an issue with the JCUSERCERTPASS not being correctly passed into Windows devices when changed from default

FEATURES:

  • JCUSERCERTPASS was not being correctly referenced when the device commands are generated resulting in certificates not being installed
  • Adjusted error tracking for more precise results when a certificate wasn't installed

JumpCloud PowerShell Module v2.4.0

01 May 15:50
be46c34
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.4.0
Release Date: May 1, 2023

RELEASE NOTES

New Policy Functions, Set-JCpolicy, New-JCPolicy added to the module

FEATURES:

New-JCPolicy Added, create new JumpCloud Policies programmatically
Set-JCPolicy Added, update existing JumpCloud Policies programmatically

Passwordless User Certificate Radius Certificate Generation v1.0.1

24 Apr 21:12
0182a81
Compare
Choose a tag to compare

1.0.1

Release Date: April 21, 2023

RELEASE NOTES

Users with Local User Account names that differ from their JumpCloud Username are now supported

FEATURES:

  • If a user's local account name (systemUsername) is specified on an account, the certificates for those users will be generated with their local account name (not username) and installed correctly.

JumpCloud PowerShell Module v2.3.0

01 May 15:50
7cc301b
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.3.0
Release Date: March 20, 2023

RELEASE NOTES

This release improves the functionality of the Add/Remove GroupMember functions and adds a full text query parameter to Get-JCEvent

FEATURES:

  • Get-JCEvent has a new full text query parameter, -Q

IMPROVEMENTS:

  • Replaced Invoke-WebRequest calls in the following functions with SDK functions to improve TTC and remove
    • Add-JCSystemGroupMember
    • Remove-JCSystemGroupMember
    • Add-JCUserGroupMember
    • Remove-JCUserGroupMember

Updated Remove Mac Agent Script

28 Mar 20:27
Compare
Choose a tag to compare

Updated remove_mac_agent.sh script to remove the Remote Assist Application and Service Account Application before running the removeAgent script.

To uninstall navigate to the location of the downloaded script in the terminal and run

sudo remove_mac_agent.sh

Passwordless User Certificate Radius Certificate Generation

21 Mar 14:50
c66315f
Compare
Choose a tag to compare

Generate Radius Certificates for users
This set of PowerShell automations are designed to help administrators generate user certificates for passwordless Radius Server Authentication.

JumpCloud PowerShell Module v2.2.0

07 Feb 22:25
5cdab54
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.2.0
Release Date: February 7, 2023

RELEASE NOTES

This release adds new function Get-JCSystemApp which enables admins to search for 'x' software and 'y' version on specific device, devices in a specific os, or all managed JumpCloud devices.

FEATURES:

  • Get-JCSystemApp command enables search by:
    • applications installed in a specific system
    • applications installed from all the systems specified by OS
    • Software Name and or Version

JumpCloud PowerShell Module v2.1.3

06 Jan 21:08
a50dd3d
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.1.3
Release Date: January 5, 2023

RELEASE NOTES

- Restored a missing id field for users and systems

BUG FIXES:

  • Get-JCSystem/ User functions were missing the .id data field on PowerShell versions 7+. This release restores this field. The ._id filed is unaffected but you can choose to reference either $system.id or $system._id.