Jump to content

kelliott

Members
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    7

kelliott last won the day on December 24 2021

kelliott had the most liked content!

My Information

  • Agent Count
    2000 - 3000 Agents

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kelliott's Achievements

Newbie

Newbie (1/14)

13

Reputation

  1. Version 1.0.0

    323 downloads

    This script pulls the most recent version of zoom from Zoom directly, and installs. It sets it up with auto update configured Created for a customer that uses zoom everywhere, shared to help those trying to keep ahead of the zoom security issues
  2. Version 1.0.0

    118 downloads

    This script is used to suspend any other scripts that may be running by the same name if too many of it are active on the same client at once. This has the practical effect of sleeping a script, recording it's place in line and checking again in 30 seconds to validate if it's time to try again. To use it, set a variable in your script of MaxRuns to however many you want to run at a time, add a 15 second sleep step then use the script run function to call it. This allows it to effectively build the queue and then process them as they come in. Once it's time for that one to resume, it will return to your source script and continue. Special thanks to @danialbulloch, who without his help this script would have not happened. He was both the inspiration and the source of the SQL query that makes it all work
×
×
  • Create New...