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
  • 31 Views
  • 0 replies
  • 0 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
  • 1467 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...

Command to deploy Office retail

Hello hello,  Reposting this one from the JumpCloud Slack Lounge. Loic B. shared how he deployed Office to his devices via JumpCloud commands:  Command $URL = "https://download.microsoft.com/download/2/7/A/27AF1BE6-DD20-4CB4-B154-EBAB8A7D4A7E/officed...

urvashi by Bronze I
  • 931 Views
  • 0 replies
  • 0 kudos

Let's Find the Missing Apps!

Hi Folks, Today, I want to remaster one of my previous works, featuring the recently polished app/software/program focused cmdlet - Get-JCSystemApp (kudos to Joe @jworkman ).   The Problem Now we can easily locate the applications/programs installed ...

shawnsong_0-1712818185289.png
shawnsong by Rising Star III
  • 1732 Views
  • 0 replies
  • 2 kudos

Run a script after a user is bound to a device

Hello everyone,I am looking to find a way to run a command/ script whenever a user is bound to a device.I am trying to add users to a local device group that has R/W access to a folder for Slack updates.I suppose I could create a script that runs onc...

Set Default or Enforced Homepages in Chrome/Edge

In the ever-evolving landscape of IT administration, controlling and customizing the user experience on managed computers is an ever crucial task. One aspect that often demands attention is the configuration of homepages on web browsers — a seemingly...

Screenshot 2023-11-15 at 1.08.48 PM.png Screenshot 2023-11-15 at 1.20.15 PM.png Screenshot 2023-11-15 at 1.23.36 PM.png Screenshot 2023-11-15 at 1.25.24 PM.png
jworkman by JumpCloud Employee
  • 4262 Views
  • 1 replies
  • 3 kudos