Hi Joe_Carissimo,
This is a perfectly acceptable method of doing agent deployment. As with anything else, it matters that you do it properly to avoid issues. After you install the agent in your golden image, you will want to either stop the agent and then remove the agent.id and hardware.id files (paths below), or once you actually do a deployment of the golden image to a new device, run cytool reconnect force. The issue you want to avoid is agents having the same ID when checking in to the console, this will cause you significant issues.
The agent.id and hardware.id files are located in
%programdata%\Cyvera\LocalSystem\OsPersistence\agent.id
%programdata%\Cyvera\LocalSystem\OsPersistence\hardware.id
If you remove those files, do not restart the agent or reboot the golden image again before converting it to the iso, or the agent will reconnect and assign new IDs, thus you will have to repeat the process. If you instead want to run cytool reconnect force, do this as soon as you boot a new device from the golden image, you will have to ensure this is done every time without fail, else you will run into issues with agent ID duplication.
... View more