Skip to content

Releases: TheJumpCloud/support

JumpCloud PowerShell Module v2.17.0

03 Jan 20:34
63309ac
Compare
Choose a tag to compare

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 and Get-JCReport
    • New-JCReport - Generates a report using the pre-built report generators available in the console
    • Get-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

JumpCloud PowerShell Module v2.16.0

17 Dec 23:58
04e14b9
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.16.0
Release Date: December 17, 2024

RELEASE NOTES

This release introduces support for cascading managers with `Remove-JCUser`
This release introduces a bug fix for `Import-JCUsersFromCSV` and `Update-JCUsersFromCSV` issues with importing more than 10 custom attributes. This release also introduces `Update-JCDeviceFromCSV` and `New-JCDeviceUpdateTemplate` functions.

FEATURES:

  • Introduces the Update-JCDeviceFromCSV and New-JCDeviceUpdateTemplate functions
    • New-JCDeviceUpdateTemplate: Creates a csv template used for bulk updating devices
    • Update-JCDeviceFromCSV: Updates a list of devices from a CSV created by the New-JCDeviceUpdateTemplate function
  • Introduces Remove-JCUser - Added -CascadeManager (null, automatic, user) parameter
    • null - Manager field for managed users by the user being removed will be set to null
    • automatic - If the user (manager1) being removed is a manager but also managed by another user(manager2). The manager for managed users will cascade to manager2.
    • User - Manually specify the manager for users managed by the user/manager being removed
      • -CascadeManagerUser Id/Username

BUG FIXES:

  • Fixed a bug with Import-JCUsersFromCSV and Update-JCUsersFromCSV throwing error when importing 10 or more Custom Attributes due to a sorting issue
  • Fixed a bug with Get-JCSystemApp returning an error when searching for an app that is less than 4 characters long

JumpCloud PowerShell Module v2.15.0

25 Nov 18:18
6b80e32
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.15.0
Release Date: November 18, 2024

RELEASE NOTES

This release adds support for new functions to interact with Policy Groups and Policy Group Templates

FEATURES:

New Functions:
Get-JCPolicyGroup
Set-JCPolicyGroup
Remove-JCPolicyGroup
New-JCPolicyGroup
Get-JCPolicyGroupMember
Get-JCConfiguredTemplatePolicy
Get-JCPolicyGroupTemplate
Get-JCPolicyGroupTemplateMember
Remove-JCPolicyGroupTemplate

IMPROVEMENTS:

Support for future MTP specific functions. The Update/Import-JCUserFromCSV function can now update/import a user's recovery email.

JumpCloud PowerShell Module v2.14.3

07 Nov 20:36
cda2447
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.14.3
Release Date: November 7, 2024

RELEASE NOTES

Removed 40 character validation for the JumpCloud API key, Add "notes" to the JCPolicy Functions

FEATURES:

  • Notes can be set and added when creating new policies using the Set/New-JCPolicy Functions. Notes are returned when querying Get-JCPolicy

JumpCloud PowerShell Module v2.14.2

07 Nov 20:36
cda2447
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.14.2
Release Date: October 16, 2024

RELEASE NOTES

Fixed a bug with `Import-JCUsersFromCSV` and `Update-JCUsersFromCSV` where the a user does not get created/updated when there is an empty value on one of the Attribute columns on the CSV

BUG FIXES:

  • Import-JCUsersFromCSV and Update-JCUsersFromCSV are now able to update/create users even when some Attributes column are not filled in

JumpCloud PowerShell Module v2.14.1

01 Oct 21:56
7195d54
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.14.1
Release Date: October 1, 2024

RELEASE NOTES

Fixed a bug with `Set-JCUser` not having the ability to remove a user's manager by setting it to `$null`

BUG FIXES:

  • Set-JCUser now allows removing a user's manager by inputting a $null value as expected

JumpCloud PowerShell Module v2.14.0

24 Sep 19:17
01de76a
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.14.0
Release Date: September 24, 2024

RELEASE NOTES

Introduces the `Get-JCSystemKB` Function - This function will allow you to search for applied hotfixes/KBs on your Windows devices across your organization

BUG FIXES:

Fixed a bug where Get-JCPolicy would return multiple templateIDs per policy

FEATURES:

  • Get-JCSystemKB - Returns applied hotfixes/KBs on Windows devices in your organization

JumpCloud PowerShell Module v2.13.1

20 Aug 20:58
939737e
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.13.1
Release Date: August 20, 2024

RELEASE NOTES

Renamed -RemoveAtrribute to -RemoveCustomAttribute to better describe what the parameter is supposed to do.

JumpCloud PowerShell Module v2.13.0

08 Aug 22:24
0687bb7
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.13.0
Release Date: August 8, 2024

RELEASE NOTES

New admin function, Get-JCAdmin - returns admins in your organization(s)

FEATURES:

  • Get-JCAdmin - Returns administrators in your organization
    • MSP/MTP tenants can query multiple organizations or individual organizations

JumpCloud PowerShell Module v2.12.0

18 Jun 21:16
374cb40
Compare
Choose a tag to compare

JumpCloud PowerShell Module v2.12.0
Release Date: June 18, 2024

RELEASE NOTES

Added new calculated fields for Get-JCSystemInsights Tables LogicalDrives, Mounts, and SystemInfo to include human readable sizes in GB for the following fields: PhysicalMemory, blocks, blocksAvailable, freeSpace, and size

IMPROVEMENTS:

  • Added calculated fields for the Get-JCSystemInsights following tables:
    • LogicalDrives - freeSpaceGB, sizeGB
    • Mounts - blocksGB, blocksAvailableGB
    • systemInfo - physicalMemoryGB