Imaging PCs with AppSense Environment Agent PreInstalled
Lets set the scene..You are rolling out hundreds of PCs with Windows 7 and you want all the agents preinstalled..naturally. Well the AppSense Environment Manager Agent is no exception.
Here are a couple of reg mods I do in my imaging process. I clear the AppSense “MachineID” value to avoid duplicate entries in my database and I force the “GroupID” to ensure my client appears in the correct deployment group in my management console.
reg add "HKEY_LOCAL_MACHINE\Software\AppSense Technologies\Communications Agent" /v "machine id" /t REG_SZ /d "" /freg add "HKEY_LOCAL_MACHINE\Software\AppSense Technologies\Communications Agent" /v "group id" /t REG_SZ /d "{94ed8748-1940-4538-9dc4-02dadfa93966}" /fI get the GroupID by checking the registry of a machine I have manually moved to my deployment group.
Ensure you have the option “Allow CCAs to self register with this group” selected on the settings page of your deployment group (see below) - otherwise they can’t :)

I think that just about covers it. Back to my cuppa.