Purpose
This article outlines a process in Kaseya VSA v.9 that allows you to track and monitor the unique identifier assigned to the QP Agent.
Once implemented, you can easily filter your machines in Kaseya to view all by QP Agent Unique Identifier.
Steps
1. Navigate to Kaseya VSA
2. Navigate to Audit > View Individual Data > Machine Summary > select a machine > New Custom Field > name custom field, and set Type to String > Save
3. Navigate to Agent Procedures > Manage Procedures > Schedule / Create > select desired folder to store procedure > New Procedure
4. In the Procedure Editor, configure as shown below
- NOTE: If needed, adjust first quote box field on Line 2 to match the name given to the Custom Field in step No.2
Line 1
getVariable ("64-Bit Registry Value", "HKEY_LOCAL_MACHINE\SOFTWARE\Quickpass Identifier\Quickpass Agent Id\QpUniqueAgentId ", "qpguid", "All Operating Systems", "Halt on Fail")
Line 2
updateSystemInfo ("CyberQP Agent GUID", "#qpguid#", "All Operating Systems", "Halt on Fail")
5. In the Procedure Editor, select File > Save As > name procedure as desired
6. Navigate to Agent Procedures > Manage Procedures > Schedule / Create > select the newly created procedure > Schedule > select desired target machines > Run Now
7. To confirm the procedure has ran as expected, Navigate to Audit > View Individual Data > Machine Summary > select machine > Summary > scroll down to Custom Fields > confirm the custom field has been updated with the value
Comments
0 comments
Article is closed for comments.