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

Forum Posts

Install Software with Google Drive as the File Repo

I needed to work out how to host files in a location that i had control of, but could be access by any device connected to the internet, preferably without introducing any new vendors/apps. We are a google shop, so I created a folder in our IT shared...

Carat by Novitiate I
  • 103 Views
  • 0 replies
  • 3 kudos

Silencing the Connect-JCOnline function

Hello everyone,  Reposting this question from the Slack lounge and a helpful response from @jworkman  Want to get rid of this whole segment when running scripts?   All you need to do is use minor addition to the Connect-JCOnline command:   Connect-J...

Screenshot 2023-11-16 at 6.43.40 PM.png Screenshot 2023-11-16 at 6.44.42 PM.png
urvashi by Iron I
  • 73 Views
  • 0 replies
  • 1 kudos

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
  • 139 Views
  • 0 replies
  • 2 kudos

Add Extension Firefox on Windows & Mac Os

I'm asking you for help regarding this jumpcloud. How to add Firefox extensions to Windows and Mac OS operating systems. Because I've searched for articles but didn't get any results. Hope you can help me to solve this problem.Thank You 

hendrian by Novitiate I
  • 542 Views
  • 3 replies
  • 0 kudos

Resolved! Get-JCUser and work phone and work mobile phone

Hi everybody,I'd like to know if there is a way to get the work phone and work mobile phone using Get-JCUser powershell command or if I need to use another way.Actually I'm using this script to get some data:# Get All Users$users = Get-JCUser# Store ...

PowerShell - Bookmark Bulk Importer Script

Hi folksSorry, I've been a little absent here and haven't posted a new script recently. But here we go again. Today I'm sharing a short script which allows you to quickly populate bookmarks on the JumpCloud User Console.  <# .DESCRIPTION This script ...

SCR-20231011-okns.png

LAPS for Windows aka "JC miniLAPS"

+++ This is a ReleaseCandidate (RC) version of JC-miniLAPS +++Version: RC 1.0Why is it called 'JC-miniLAPS'?- The aim was to create a similar capability to Microsoft's LAPS for Windows-devices while not having the requirements in place. - Instead, th...

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  

Inactive User Report on all Systems

Hi everyone,  Reposting this from the JumpCloud Slack lounge. @lmcfadden has shared a whole youtube tutorial that he made that explains how you can pull a report of inactive users from all systems. He's also open to answering any questions that you m...

urvashi by Iron I
  • 280 Views
  • 1 replies
  • 1 kudos

Removing Munki from Mac Devices

Hi everyone,  Reposting this script from @JoeRogers who answered a question in the JumpCloud Slack Lounge!  "While an uninstaller is not provided as a package, you can use the commands below to disable the root Munki service and remove all of its com...

urvashi by Iron I
  • 196 Views
  • 0 replies
  • 0 kudos

Install Installomator app if user in department - Mac

Wrote this quick one today to be used in our enrolment script. I checks if a user is bound to a specific departement and run a Installomator app install based on that. It also checks if app already are installed. In the example we install Adobe Creat...

Fulgubbe by Novitiate III
  • 232 Views
  • 0 replies
  • 1 kudos

Get Edge Extension & Firefox Add-on Info On Windows

Hi Folks, It’s me again . Have you ever wondered how to retrieve the extension / Add-on info on Windows for Edge & Firefox?   That’s right, JumpCloud System Insights doesn’t support these tables (yet).  However, I have found a way to get these data ...

shawnsong_0-1695017087483.png shawnsong_1-1695017120032.png shawnsong_2-1695017140268.png shawnsong_3-1695017255251.png
shawnsong by Rising Star II
  • 281 Views
  • 0 replies
  • 2 kudos

Viewing Available Tables for Get-JCSystemInsights

Hello everyone,  Reposting this super helpful tip from the JumpCloud Slack Lounge. Thanks for sharing this one, Ryan Bacon! If you're looking for a way to see all the available tables for Get-JCSystemInsights what you need to do is type in Get-JCSyst...

tab.png
urvashi by Iron I
  • 194 Views
  • 0 replies
  • 1 kudos

A Powershell Script to Bulk Erase Devices - Windows

Reposting a script from @hoium which answered the question of how to bulk erase devices via scripts/commands: Thank you @hoium for your continued contribution to the JumpCloud script repo!    #!/usr/bin/env pwsh​# Script used to Erase Windows Devices...

urvashi by Iron I
  • 301 Views
  • 0 replies
  • 0 kudos

A Powershell Script to Bulk Erase Devices - Mac

Reposting a script from @hoium which answered the question of how to bulk erase devices via scripts/commands: Thank you @hoium for your continued contribution to the JumpCloud script repo!    #!/usr/bin/env pwsh​# Script used to Wipe Apple MDM Device...

urvashi by Iron I
  • 300 Views
  • 0 replies
  • 0 kudos

Exporting Command Results to a CSV

Hello all,  Sharing a Powershell script that was posted in the JumpCloud Slack Lounge by @simonbh-cbu in response to a question about exporting command results to a csv. Note that this uses the JumpCloud API.   $path = "../.apikey" $jcApiKey = Get-Co...

urvashi by Iron I
  • 898 Views
  • 4 replies
  • 1 kudos

Patch Dashboard - Part 2 Taking Actions

Hey Folks, Hope you had a great summary holiday - says a guy lives on a sunny island with eternal summer (minus the holiday, of course) .  Apologies for the delay. Let’s dive back into our topic. Since we gained the overall patching visibility in par...

shawnsong_0-1692001600878.png shawnsong_1-1692001619903.png
shawnsong by Rising Star II
  • 377 Views
  • 0 replies
  • 3 kudos

Suspend User - Powershell Command

Hello everyone!  We had a question in the JumpCloud Slack Lounge the other day asking for the Powershell Command to suspend a user. While our Powershell Wiki does provide some options, @hoium gave us the quick and easy way to do it which I'm sharing ...

urvashi by Iron I
  • 264 Views
  • 0 replies
  • 2 kudos

Powershell command Get-JCAssociation fails

So we're still in evaluation with jumpcloud and I'm trying to craft a report that will pull together some information on the few test systems we've installed the agent upon, and I'm hitting a snag. For one (only) of seven systems, Get-JCAssociation f...

monadian by Novitiate I
  • 654 Views
  • 2 replies
  • 0 kudos

Patch Dashboard - Part 1 Gaining Visibility

Hi Folks, It's me again. I've been working on this side project for quite some time. Recently, I was inspired by @urvashi this project made a huge breakthrough - I'll delve into that later, but first and foremost, a million thanks go to her! Let’s di...

shawnsong_0-1690877536860.png shawnsong_1-1690877561941.png shawnsong_2-1690877584072.png shawnsong_3-1690877595497.png
shawnsong by Rising Star II
  • 664 Views
  • 1 replies
  • 4 kudos

List of computers with sentinel one Agent installed

So, I was trying to fine a report that will give me list of host with sentinel one application installed no easy way of doing this through the UI. So, here we go. The below script will give you list of windows and macos  assets with SentinelOne Agent...

mlmanka by Novitiate II
  • 1053 Views
  • 2 replies
  • 3 kudos
Community Repo Disclaimer
JUMPCLOUD EXPRESSLY DISCLAIMS ALL REPRESENTATIONS, WARRANTIES, CONDITIONS, AND LIABILITIES OF ANY KIND ARISING FROM OR RELATED TO THIRD-PARTY SOFTWARE, SCRIPTS, REPOSITORIES, AND APIS. JUMPCLOUD IS NOT REQUIRED TO SUPPORT ANY SUCH THIRD-PARTY MATERIALS AND ALL RISKS RELATED TO THIRD-PARTY MATERIALS ARE YOUR RESPONSIBILITY. PLEASE ALSO REVIEW THE JUMPCLOUD TOS.
Top Kudoed Authors