Skip to content

Releases: TheJumpCloud/support

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

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