You're looking at the Yellow Pages for Community Worklets... find Worklets and share your own here!
Recently active
Cannot find or create the worklet for reboot group of Windows servers in specific order (like with delay 15 minutes) to schedule for once a week group reboot? Any help or advise? THX!
Automox is pumped to celebrate the power behind Worklets and offer a preview of our script-writing coach, Ask Otto! Our amazing scripting tools are your keys to ultimate scalability. Today through September 26, we're inviting YOU to channel your energy and input in the Just Script It! Worklet Challenge! Jump into the Community to discuss, workshop, and create new Worklets with our expert Automox engineers and Ask Otto. And guess what… there's some seriously awesome Automox swag on the line (keep reading to find out what)! 🙌Don't miss the opportunity to try out Ask Otto – free! Join us in scripting the unscriptable and enhancing Ask Otto for all!To participate, we challenge you to: Write a script using Ask Otto* (Enable Ask Otto for this challenge here) Share your new Ask Otto-assisted Worklet by posting it in the Automox Community under the Find & Share Worklets category (make sure you’re signed in or sign up) Peek at your peers’ Worklets – they may have built something you can us
Another day, another foe defeated: CVE-2023-36884 is a Remote Code Execution (RCE) Vulnerability that enables malicious files to spawn child processes on your system, granting attackers remote code execution capabilities.This Automox Worklet is capable of quickly and effectively remediating this vulnerability until you can patch it. It works by interacting with your system’s registry to scan, modify, and create the targeted subkey when needed. To finish the job, it confirms proper configuration and even logs the process to make troubleshooting easier. Mitigate Office & Windows HTML RCE Vulnerability with this automation to provide the additional protection your team needs and save hours with this Automox-verified script.
Hello, I am trying to make a worklet to map certain network drives to users PCs. I tried the script that was posted about 3 years ago in “Worklet: Network Drive Mount Windows” and it runs but in File Explorer gives the error “Disconnected Network Drive”. Does anyone have an updated script or know how to tweak the previous script to fix this issue? Thanks!
Hello,I’m looking for guidance to create a worklet that will install Cisco secure client core VPN and Cisco Umbrella as well as pushing an xml profile to the end point destination “C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile”. The goal is to push this software while the end point is not connected to the company network, but rather through the Automox agent. Is this feasible to do? if so, how do I accomplish this? Programs:Windows Installer Package (.msi)cisco-secure-client-win-5.0.03076-core-vpn-predeploy-k9cisco-secure-client-win-5.0.03076-umbrella-predeploy-k9 Endpoints are Windows 10/11
Hey, I’ve made this worklet condition script but it seems the Remediation Code even that there is no Docker0 interface and non of the IPs start with 172.x.x.xEvaluation Code #!/bin/bash# Check if the docker0 interface existsif ip addr show docker0 &> /dev/null; then # Get the IP address of the docker0 interface docker0_ip=$(ip addr show docker0 | awk '/inet / {split($2, a, "/"); print a[1]}') # Check if the IP address starts with 172.x.x.x if [[ $docker0_ip =~ ^172\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then echo "The docker0 interface has an IP address starting with 172.x.x.x." exit 1 else echo "The docker0 interface does not have an IP address starting with 172.x.x.x." exit 0 fielse echo "The docker0 interface does not exist." exit 0fiI would expect it to not run the script (Remediation Code) since non of the conditions are met but the activity log says: Created a new Docker default file at /etc/default/docker and checking
Has anyone had success with the Enable BitLocker Encryption worklet in the Worklets Catalog. When running it, I just get a Command Timed Out message - none of the messages built into it ever are written so I can’t tell where it is blowing up… Any information/help is appreciated...
I have a worklet created to install software based on scheudle policy which is daily at10am, and when I check the report, I noticed it create duplicates. how to di avoid this?in evaluation code i have : exit 1 also Have a check on : if device misses a configuration patch, it will patch next time it check in
We have a lot of machines that are currently showing Not compatible because AgentNotifier.exe is not being allowed to communicate back to the Automox console. Is there a port we need to open on these computers?
Considering the shift to remote work, managing mapped drives through group policy isn’t as effective as it would be with the majority of users being on premises. I would like to use shift to using Automox worklets to manage mapped network drives, but when I test using PowerShell commands like “New-PSDrive” it runs as the administrator and the drives don’t appear for the end user. My current solution is to drop a .cmd file into the startup folder, but this is inelegant. Is there a better way to do this?
Ensure your mac environment stays secure, private, and performs at its best by keeping Google Chrome up-to-date.Introducing the macOS Chrome Patching with Notifications Worklet! 🙌This super easy-to-use script sends native reminders to prompt users to update Chrome for a more secure and efficient browsing experience.With this Worklet, users can even interact with the update workflow and defer updates to avoid disruption and stay in control!Try it out!
With this week's featured pre-built script, you can seamlessly carry out an in-place Feature Update to Windows 10 22H2. The Worklet silently invokes the Windows Update Assistant utility, guaranteeing that your Windows 10 devices not only receive the latest monthly updates but also smoothly transition to the final version of Windows 10. You’ll be able to ensure optimal performance, enhanced readability, and an impeccable user experience without manual work for you and your team.LEARN MORE.
I am trying to make worklet to install 3 cisco products and only first one gets installed, I believe I am missing something on the remediation code to make all 3 install Evaluation Code1 exit Remediation CodeStart-Process msiexec.exe '/I cisco1.msi /quiet /norestart /passive'Start-Process msiexec.exe '/I cisco2.msi /norestart /passive 'Start-Process msiexec.exe '/I cisco3.msi /quiet /norestart /passive '
Hi everyone, I'm new to automox and I've been reading about the policies but I can't get something to run in particular and it's in the code remediation to add a record for the authentication of windows users automatically as follows: # Configurar el inicio automático de un usuario$AutoLogonUsername = "username"$AutoLogonPassword = "password"$AutoLogonRegistryPath = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"Set-ItemProperty -Path $AutoLogonRegistryPath -Name "AutoAdminLogon" -Value "1" -ForceSet-ItemProperty -Path $AutoLogonRegistryPath -Name "DefaultUserName" -Value $AutoLogonUsername -ForceSet-ItemProperty -Path $AutoLogonRegistryPath -Name "DefaultPassword" -Value $AutoLogonPassword -ForceApparently the policy is executed and I do a restart to the device but when I go to check if the records were created I realize that they are not created, I have tried to modify other records and if it changes them without problem I only have problems with these
This Upgrade macOS Worklet script upgrades the endpoint to the desired version of macOS. A software update for any Mac model is sometimes necessary to keep things running smoothly and provide your end users with a better experience. Here's why upgrading macOS is important:1. Improved System PreferencesUpgrading macOS often brings new features and enhancements to the System Preferences, the central hub for customizing various settings on your Mac. These updates can offer better control over your system.2. Enhanced Mac Operating SystemEach new macOS version introduces advancements in the core operating system, optimizing performance, stability, and security. By upgrading, your end users can benefit from these enhancements, which may include faster startup times, improved battery life, better memory management, and overall smoother operation.3. Bug Fixes and Security PatchesApple actively addresses software bugs and security vulnerabilities with each macOS update. By upgrading, you recei
Hello, I have created a worklet to install a software to users machines and I want to know if I do daily install scheduled. does it by pass if the software already exist or it re-install on top of the existing install? I need to deploy this to 900+ machines and as of now we have about 200 completed because some machines are offline during the manual automox install
Hello! I would like to push a .cer certificate to our devices and was wondering if there is a worklet out there or that can be created to do so. It is our firewall certificate. Thank you!
Hello fellow gamers and tech enthusiasts,I hope this post finds you all well. I am reaching out to our community today because I have encountered a perplexing issue related to my best gaming PC setup and Automox integration. I was hoping that some of you might have encountered a similar problem or have expertise in troubleshooting such matters.The Issue:Recently, I decided to streamline the software updates and security patching process on my gaming PC, and after doing some research, I settled on using Automox. Automox appeared to be an efficient and user-friendly solution for managing updates across multiple systems.However, after implementing Automox on my gaming PC, I noticed the following problems:Performance Impact: I have experienced a noticeable drop in gaming performance since integrating Automox. Games that used to run smoothly now suffer from frame rate drops and occasional stuttering, affecting my overall gaming experience. Automated Reboots During Gaming Sessions: Automox s
Hi EveryoneI hope you're all doing well! I come to you today seeking some assistance with an issue I've been facing with my Lenovo G24e-20 monitor. Despite being advertised as a gaming monitor, it's not being recognized as such by the Automox software. I'm hoping to tap into the collective knowledge of this wonderful community to find a solution or workaround for enabling the gaming features on this monitor.Issue Details: Monitor Model: Lenovo G24e-20Problem Description: I recently acquired the Lenovo G24e-20 monitor, primarily for its gaming capabilities. However, when I tried to configure gaming settings using the Automox software, I noticed that it doesn't detect the monitor as a gaming monitors. This means that I'm unable to access specific gaming features, such as higher refresh rates, adaptive sync, and other optimizations that should be available on this monitor.If you have any other suggestions or ideas, please feel free to share them. I'm eager to get the most out of my gaming
Does anyone have a working worklet to handle a .reg file import? It would be super helpful :)-Dan
Hi Allwe have been informed by our VPN service provider that they will be stopping support for Version X of their VPN clientI can go to a device in the devices list and see the version number of the software form the software list for that deviceI can go to the software list and see that there are 3 instances of the VPN Client software Version X.x.x, X.x.y etc.however there does not seem to be anywhere within Automox console to get the list of devices that has VPN Client installedORI can’t work out how to get me a list of devices that, at the very basic level, can report on the VPN Client software, regardless of version number. we don’t have that many devices, i can filter out for Version X once i have exported the data I think that I may need to use a Worklet here but nothing appears suitable in the Worklet Cataloganybody out there done anything similar? if so would you like to share your methodcheers 😊
I have an installer that i would like to add a message to, followed by a wait timer.Something like “An update to *software name* will occur in 1 minute” Is something like this possible?
Is it possible to run a worklet that will query a device looking for a specific registry key?
Can anyone assist me with creating a script for Knowbe4 Secondchance? I am not familiar with inputting License keys in scripts.
Hello all,Wondering if it’s possible to install multiple apps in a specific sequence from a policy?I have an LPM software that requires 3 installs and they must be done in a certain order.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.