Community Scripts
Community driven scripts to solve everyday IT needs.
100 PostsCommunity driven scripts to solve everyday IT needs.
100 PostsNot quite a script, but a single Powershell line that I have autorun after agent install to help stop Windows from reinstalling forced, automatically installed, App Store applications. The biggest reason being that we had some machines that were inst...
HiThis doesn't raise the P(doom) level significant at all, but I hope it's helpful for some of you:In my previous post about this ChatGPT JumpCloud Assistant I explained fundamentally how it works. I made a couple of updates in the meantime and also ...
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 ...
Hi Community FolksI got rid of some ugly 's and decided to call it a v1 by now. (previous article about the RC1)Also made it available as a docker image for easy hosting. For myself I'm using AWS Lightsail in the same way as for the GPT Assistant - r...
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...
Hi Community FolksYes, I still owe you an update on how to host the "Software Self Service Installation Portal [SSSIP}", but I ran into an issue with OIDC here and don't have a solution yet. After some frustration about it, I started working on anoth...
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...
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...
HelloLast week I shared the experimental version of SSSIP here.In the meantime I found some time to make improvements and updates leading to a Release Candidate 1 (RC1). The following changes and improvements were made: The application has a whit...
HeyRecently I came across this great post by Rudy (Microsoft MVP) on how to make use of Winget in the System Context (which isn't the default option by now). It got pretty clear instantly that his scripts shall be usable with JumpCloud Commands as we...
Hello Community Folks I'd like to share an (experimental) approach for a Software Self Service Installation Portal (SSSIP) with you. My requirements were: login via JumpCloud User Consolequeries based on the authenticated useronly allow certain app...
Hello all, reposting a question and the script from a conversation in our JumpCloud Slack Lounge: Question from @namlam: "Hello All, do you know a powershell command that can find an application version less than the current version. For example, ho...
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
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 ...
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 ...
+++ 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...
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
Hey folks, Last time I posted 2 scripts in PowerShell & Python on this very topic to complement our newly released Dynamic Groups feature (1 of my personal favorites!). Many people ask for more with the question - what if we want to move around the d...
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...
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...
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...
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...
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...
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...
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 backgrounds and screensavers appears to be critical ...
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...
Hello Community A little project as a 'weekender' resulted in a PowerShell-Script (link to GitHub) to consume Command Results in different output forms. What it does: (1) First it gets all existing Commands(2) It pulls all the Command Results in the ...
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...
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 ...
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...