Community Scripts
Community driven scripts to solve everyday IT needs.
150 PostsCommunity driven scripts to solve everyday IT needs.
150 PostsIn Install Homebrew and deploy Brew formulae on macOS devices remotely via JumpCloud Commands article, we have talked about deploying Homebrew and its formulae, casks remotely via JumpCloud. However once deployed, there was no way to centrally monit...
In this article, we will go through the process of deploying Bitdefender Endpoint Security Tools on macOS endpoints using JumpCloud. Bitdefender Endpoint Security is one of the popular Endpoint Security tools out there and it can be deployed remotely...
Sometimes, as an IT Admin, you'd like to prevent your end users from accessing certain Applications they have installed on their Mac devices. It's achievable using a third party tool called Santa, which is developed by Northpole Security. It is a hig...
In this article, we will go through the process of deploying GTB Endpoint Protector on macOS endpoints using JumpCloud. To install GTB Endpoint Protector on your Mac devices using JumpCloud, there are 5 steps: Download the Endpoint Agent.Generate and...
In this article, we will go through the process of deploying ESET Endpoint Security for macOS endpoints using JumpCloud. Generally, when deploying macOS Antivirus or Endpoint Security solutions remotely via an MDM solution, before the security agent ...
In this article, we will go through the process of deploying Sophos Endpoint Security on macOS endpoints using JumpCloud. Generally, when deploying macOS Antivirus and EDR solutions remotely via an MDM solution, before the security agent is installed...
Hi Community FolksYou might have heard of Joshua's project called macOSLAPS? If not, check it out here first to get familiar with it. macOSLAPS (Local Administrator Password Solution) Swift binary that utilizes Open Directory in order to perform pa...
Here are two install scripts to install SentinelOne Agent with token on Mac and Linux. Run once a day or so. If installed it will exit installer. Mac version can also be used as a PostInstall script in an empty .pkg if you want to utilize Software Ma...
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...
Hello community! With the new command-execution alert rules, it's easy to set up alerts to monitor the Window event logs for specific events. Here is how you could create a monitoring rule to trigger an alert whenever a service crash occurs. [Even t...
Hi Folks, I hope you all had a fantastic summer holiday—recharged, refreshed, and ready to take on September! Last time I shared a solution which leverages JumpCloud’s device trust cert for Okta device trust, and almost immediately, I got the feedbac...
Hi! Thought i should share how we install Cisco AnyConnect with install Options and profile creation. We just want to install the VPN client and not all the other features the pkg contains but you can choose what you want with <integer>1</integer> or...
Hey Folks, A while ago I worked out V1 which obviously is outdated - so here I am for a refresh! Long story short, let's dive in. Mac Create a JumpCloud command -> bind to the target device group -> replace the URL to the file link where your desk...
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...
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...
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...
Hi FolksExcited about the upcoming macOS 15 Sequoia? You might want to do a sanity check on your fleet of macOS devices ahead of it to plan the update and deployment process. Pretty sure you will get requests from users and some might be unlucky if t...
SymptomsThe serial number is not being reported to Jumpcloud from a new version of WindowsDiagnosisOn the command line of the machine try running the command WMICSolutionJumpcloud agent at the time of writing uses "Windows management instrumentation"...
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 ...
Hello Admin Friends! I'm back again with another magical script to install Homebrew and deploy Homebrew packages silently on Mac devices directly via JumpCloud Commands without any enduser interaction. Inspiration for portions of this script has been...
Hello,Please your help.I need to run for 30 MAC (only MACs) computers this command:ps aux | grep -i 'forti' | grep -v 'grep' | awk '{print $2}' | xargs sudo kill -9I would like the MAC computers to run this command every time they go to sleep mode/wa...
This is the script (GUI) for installing the JumpCloud agent to a Windows device and binding the user to the device. ##IncludeAdd-Type -AssemblyName System.Windows.FormsAdd-Type -AssemblyName System.DrawingSet-ExecutionPolicy -ExecutionPolicy Unrestri...
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...
Admins need to know which of their JumpCloud systems have specific softwares installed and of what version in order to make decisions and effectively manage their fleet. This week, the newest version of JumpCloud PowerShell Module was updated to incl...
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...
Function Overview: Admins need to know which of their other JumpCloud admins have MFA/TOTP enabled as well as some other auditing practices such as an admin's state, or even when the last time their API key was rotated. The new, Get-JCAdmin, function...
Deprecated - please use the latest V2 instead! Hi folks, It's been a while since my last post, and what a fulfilling fortnight it has been for the quarter end! As usual, our customers brought a lot of great ideas to the table – managing desktop b...
Hi Community Folks It's a week after the largest IT-meltdown in the history and I read in the morning that there are still more than 200K devices unrecovered. During this incident the IT Community came together and as usual, some people came up with ...
Hi Community Peeps Did you know that the PowerShell Module for JumpCloud has a neat capability to create a Policy for Windows from a Registry File? (Kudos to @jworkman)What does this actually mean? Before the release 2.7 it was rather cumbersome to ...
Hey all, after working with a few organizations we got a working JumpCloud script to automate VSCode extensions risk using ExtensionTotal. Adding the script here if you'd like to use it! Works on MacOS clients - #!/bin/bash loggedInUser=$(stat -f ...