Its easy to auto tag and label when installing the CopperEgg collector on a Windows server.

Just append these parameters when you run the MSI at a command prompt

RevealCloudSetup.msi /qbr APIKEY=”apikey” TAGS=”sql.web,prod” LABEL=”my server”

You can find your API key here:

http://app.copperegg.com#settings/site

>Settings >Account Settings

For some cases, specifying the UUID (unique identifier) may be useful, though only recommended when the MAC address is not a reliable unique identifier:

RevealCloudSetup.msi /qbr APIKEY=”apikey” UUID=”server-name”