Link

image

NeQter Labs How to Guides


Table of Contents

Agent Manager Deployment Guide

The Agent Manager tool allows an organization to keep detailed information about the workstations that are connected to its network such as hardware specs, installed software, event IDs (if windows) and device metrics, and is able to update that information regularly. The current version fully supports the Microsoft Windows-based computers through the deployment of an MSI File either via:

On this documentation page you can find out how to setup the Agent Manager to send via a Group Policy Object as well as how to setup an agent manager on a stand alone device. To begin, you will need to first download the Inventory and Agents.zip folder which can be found below:



MSI File GPO Configuration

Once you have the Inventory and Agents file downloaded you will need to next unzip the folder and then open the MSI File called NeQter Labs Agent Manager-2.19.1 using an MSI Editor.

image

NOTE: If you do not have an MSI Editor you can check our documentation here for more information.

With the file opened you will need go to the properties of the MSI file and change the value under the NEQTERIPADDRESS field to the IP Address of your NeQter Core. Once you have that done you can either click the Save icon on the top left and exit or if you’d like to not have a shortcut appear on each device the MSI file is pushed to you can also have the shortcut configured to not generate by following the instructions found here.

Next you will need to place the MSI file you just edited into a share folder on your local device that is accessible by all devices you’d like to have it pushed out to (A good catch all for deploying this to all domain computers is Domain Computers).

image

NOTE: Make sure when sharing to use device groups / names AND NOT user groups or names for the share as the GPO when pushing out the MSI will only be able to use devices.

Once a share is created with the proper permissions, open up the Group Object Management Tool.

image

From here right click your Domain and click on the Create a GPO… button in the drop down, make sure to give your new group object a relevant name for easier navigation if you need to find this GPO again, a name such as NeQter Agent Deployment for example will do fine.

image

Once finished you can click Create and then you should now see your new GPO.

image

Next click on your new GPO and click Add under the Security Filtering section on the right hand side of the Group Policy Management tool.

image

From the window you are presented go to Object Types and make sure Computers is checked, click Ok and then under the Enter the object name… section insert the device / device group you’d like to have this GPO pushed to. If you plan to push out to all domain devices you can put in the default group Domain Computers. Once done, click check names to see if it matches any device / device group you have, if it does the name should now be underlined and you can click Ok to finish.

image

After that you will want to right click on your GPO and click on the Edit button.

image

You will be brought to the following screen from which you will need to navigate to Computer Configuration > Policies > Software Settings > Software Installation on the left nav.

image

Once on the Software Installation section, right click in the center of the right window and click New > Package

image

From here you will need to browse to find the MSI file you edited earlier, make sure when doing this that you navigate via the share path (UNC path) and Not via the location on your local drive like in the example below:

image

When the file is found click Open and then make sure to have the settings set to Assigned and click Ok to finish.

image

If everything worked properly you should now see the installation file, version number and source in the software installation section.

image

From there you can exit out of the Group Policy Management Editor and then right click your GPO once again to enforce your new policy by clicking on the Enforced button.

image

Finally, make sure to run a Gpupdate /force command in the command prompt of your AD to push out your new Group Policy. Devices will need to be restarted in order for the installer to be pushed onto devices on the network and can take a few restarts before installing.

MSI Local Device Configuration

In this section of our How To Guide Documentation we’ll quickly go over how to setup the Agent Manager on a single device. First you will need to download the Inventory and Agents.zip folder which can be found below:

Once you have the Inventory and Agents file downloaded you will need to next unzip the folder and then run the MSI Installer. The MSI Installer is rather straight forward, click next a few times and then click install. Once finished installing you can click finish to exit the setup wizard and now you should see the NeQter Agent Manager shortcut on your desktop.

Click on the shortcut to open up the manager which will bring up a window like the one below:

image

Insert the IP Address of your NeQter Core and then click the Change Address button to save.

Orca Installation for MSI Editing

If you do not have an MSI editor you can download and install one by going to Microsoft’s website and download their SDK package.

image

NOTE: The software needed requires at least Windows Server 2012 R2 or above to function

Once downloaded run the file and go through the installation wizard until you reach the section shown below (and if you don’t want data sent to Microsoft make sure to select no under Windows Kits Privacy).

image

Once there, check off all items except for MSI Tools and click Install to finish. After that all you will need to do is go to the folder you just installed (should be called SDK) and navigate to the Installer folder and click on the Orca-x86_en-us installer file to install the Orca MSI Editor.

image

Updating Agent Deployment

Periodically a new version of the Agent Manager will be released which will require updating the GPO used to deploy the older version.

To begin, first you will need to edit the newer Agent Manager in the same fashion shown in the beginning of the GPO Configuration section.

image

Once the MSI file is ready you will next need to navigate to open up your Group Policy Management Tool. From there right click on the GPO used to deploy the Agent Manager and click Edit. From there navigate to Computer Configuration > Policies > Software Settings > Software Installation.

image

Once on the Software Installation you will need to right click on the MSI File and under All Tasks click on the Remove button.

image

From there select Allow users to continue to use software… option so that the NeQter Agent isn’t accidentally removed before being replaced with a new MSI file and click Ok. After that you can follow the remaining steps found under the GPO Configuration section to complete pushing out your new MSI agent.



Return to How to Guides