Skip to content

Releases: TheJumpCloud/support

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

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