Purpose
This article outlines a process in Connectwise RMM that allows you to track and monitor the unique identifier assigned to the QP Agent.
Once implemented, you can easily navigate to your endpoints in Connectwise RMM to see its assigned Quickpass Agent GUID.
Steps
1. Navigate to Connectwise RMM
2. Navigate to Settings > Custom Fields > Add > configure as shown below > Save
Name = set as desired
Level = ENDPOINT
Type = Text Box
Default Value = N/A (do not set)
Description = set as desired
3. Navigate to Automation > Tasks > Add > Script Editor
4. Name and describe as desired
5. Add Parameter
6. Create two parameters configured as shown below:
Parameter Value:
HKEY_LOCAL_MACHINE\SOFTWARE\Quickpass Identifier\Quickpass Agent Id
Parameter Value:
QpUniqueAgentId
7. Confirm the newly created Parameters show in the Summary tab
8. Click Script Editor tab
9. Add Row > Click 'Type to search function' and select 'PowerShell Script'
10. Paste the following value into the body of the Powershell Script Editor window > Save
(Get-ItemProperty -Path 'Registry::@registrypath@').@registrykey@
11. Add Row > Function > click Set Custom Field
12. In the dropdown, select the newly created Custom Field
13. Set Value to: %output% > Save
14. Confirm the Script Editor window looks as shown below, then Save
Run the Scheduled Task
1. Tasks > Find the newly created task > Click the icon to set a Scheduled Task
2. Set to Run Now, or as scheduled
3. Select the target resource > Run
4. Repeat as needed for additional QP Customers/endpoints.
View Quickpass Agent GUID as Endpoint Custom Field
1. Devices > Computers > Select the desired machine > Custom Fields
Additional Monitoring
Comments
0 comments
Please sign in to leave a comment.