Registry Keys Management

Kaseya Automation Team
Kaseya Automation Team Member, Kaseya Certified CHOCOLATE MILK
edited January 2022 in Solutions

Product Name: Registry Keys Management

Description : This is a set of agent procedures to create or delete registry keys and values. There is another procedure that will prompt for a string, and look into HKLM if any of the Values contain the string in the name. The result is written in the log as well as uploaded in the GetFile folder in a file named "RegResult.txt"
When using the Registry creation procedure, the default data value is DWORD, if you need a different data type, you will need to change it in lines 4 and 6.
About the search procedure, the script will not look into some registry hives due to Windows permissions. It will return any Value found in the hives it had access to look into. By default the search is only done in HKLM, to search any other hive you need to edit lines 3 and 5.

Instructions :

  • Upload the procedures (xml file) with the Import Folder/Procedure tool in the Agent Procedures module under Schedule/Create 

Comments

  • David Moen
    David Moen Member CHOCOLATE MILK

    I get an error trying to import this script into VSA "You Have Beer". You are trying to decode an invalid JSON string.

    This would be useful to fix a problem I am working on if I could get it to work!