Community Scripts
Community driven scripts to solve everyday IT needs.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Find suspended users by how many days they've been suspended

Get-JCSuspendedUsersByDays This function will find all suspension events in your organization that are either within the last 90 days or a specified amount of days. It will then attempt to match all of the users whos state is `SUSPENDED` to those eve...

GWein by JumpCloud Employee
  • 30 Views
  • 0 replies
  • 0 kudos

Using Dockutil to set a user's dock

It's been a moment since I've used Dockutil but it's an amazing little utility to quickly set user docks via command line.  Here's a short script below that first checks if Dockutil is installed, installs it if not and sets the user dock to the scrip...

Screen Shot 2022-12-06 at 1.49.07 PM.png
jworkman by JumpCloud Employee
  • 6509 Views
  • 6 replies
  • 3 kudos

Google Form to automate user creation.

Hi all,Thought I share this Google script i made to give our HR the power to create Jumpcloud users when new employees joins our company. In its current form it's very basic but the plan is to build further on it to automate more processes involving ...

form.png script trigger.png
Fulgubbe by Novitiate III
  • 2806 Views
  • 2 replies
  • 5 kudos

Bulk Delete Devices from a CSV

Hello Admins, In this guide, we'll explore how to effectively bulk delete JumpCloud devices from the admin console using a CSV file and JumpCloud PowerShell Module, streamlining your workflow and keeping your systems organized. Why? Efficiency is key...

Screenshot 2024-02-04 at 8.58.02 AM.png Screenshot 2024-02-04 at 9.00.20 AM.png
saifshaik by JumpCloud Employee
  • 1466 Views
  • 2 replies
  • 1 kudos

Managing Windows MDM Policies (Policy CSP) in JC CMD

Hi Folks, Recently, I came across a use case (configuring Delivery Optimisation for Windows update, more on that later) - Which it seems only configurable via "group policy" or the setting UI, I would always opt for manageability via PowerShell so, i...

DO1.jpg DO2.jpg
shawnsong by Rising Star III
  • 3760 Views
  • 1 replies
  • 3 kudos

What's New In PowerShell | July 2024

Hey everyone, I wanted to make a post regarding some recent additions to the PowerShell Module that might be beneficial to know about!   With the two latest releases (2.11.0 and 2.12.0) we've introduced a new function, Get-JcScheduledUserstate, as we...

GWein by JumpCloud Employee
  • 496 Views
  • 0 replies
  • 1 kudos

Report on User Last Logon Events

JumpCloud Directory Insights data contains a wide range of information about organization users, their systems and how they are accessing managed resources. Understanding how to access and use the Directory Insights data can help administrators secur...

jworkman_0-1718907456696.png Screenshot 2024-06-20 at 12.55.33 PM.png
jworkman by JumpCloud Employee
  • 1641 Views
  • 0 replies
  • 1 kudos

Resolved! export device overview fields

Hi everybody,I'd like to know if there is a way and/or script using Powershell Module to export the device details like Vendor, Model, Serial, ecc... for the whole devices, instead doing and export one by one.Many thanksDario Vernelli  

[PowerShell] Windows Disk Usage Report

HiI came across the ask for a Disk Usage Report for JumpCloud Managed Devices. Therefore I wrote a fairly simple PowerShell Script for you guys as a template. It creates a CSV file which looks like this:   You can find the script here on my GitHub. ...

SCR-20240527-olhx.png

Resolved! export users and password expiration date

Hi everybody,I'd like to create a script using the Get-JCUser command to export all users with password_expiration_date minor than XX days or, maybe, with password_expiration_date - today() < XX days.May I have some help from you ?Thanks in advance,D...

Restart Nudge for Macs

Hi all,  Reposing this from a conversation in the JumpCloud Slack Lounge.  "I have a question, but I'm not sure the best place to ask. We want to somehow and gently force our Macs to restart once a week. Our users have a tendency to just close their ...

urvashi by Bronze I
  • 1644 Views
  • 2 replies
  • 3 kudos