Skip to main content

Install via Kaseya VSA

Comments

2 comments

  • Gregory Mikesell

    Some minor modifications can make the script slightly easier to deal with if you want all clients in a Kaseya organization in the same organization in Huntress. As is the script will split Sub-MachineGroups up into separate orgs.

    Change the OrgKey for Huntress to the results of an "executePowershell" procedure step that saves to #global:psresult#. Execute the powershell:

    ('#vAgentConfiguration.groupName#').split('.')[('#vAgentConfiguration.groupName#').split('.').count-1]

    note: that's all one line, web formating might split it up on me.

    Obviously the usefulness of this depends entirely on the structure of your Kaseya system.

    1
  • Jonathon Nash

    Gregory Mikesell thanks for the tip. It worked perfectly and made my deployment much smoother.

    0

Please sign in to leave a comment.