Jump to content

kelliott

Members
  • Posts

    24
  • Joined

  • Last visited

  • Days Won

    7

Files posted by kelliott

  1. Zoom installer

    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

    323 downloads

       (1 review)

    0 comments

    Submitted

  2. Suspend script if too many are active

    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

    118 downloads

       (0 reviews)

    0 comments

    Submitted

×
×
  • Create New...