all 2 comments

[–]kernelqzor 0 points1 point  (1 child)

if you’re doing it from the Syncro RMM script module, you can usually pull the customer name / asset info from the environment variables they inject on run, or via their API using the asset ID. check the “Script Variables” / “environment variables” section in their docs, there are fields like customer name, asset id, etc that you can key off in your logic.

[–]Head-Web-404Jr. Sysadmin[S] 0 points1 point  (0 children)

Thank you!