Elements and VMWare Horizon Non-Persistent VDI

Hi
I'm trying to setup our VMWare Horizon non-persistent VDI's to only register with the Elements portal as one device under the same name.
At the moment when a non-persistent VM is created even though it has the same computer name it creates another device in the portal. Obviously this is because the unique ID of the computer is different. I've tried installing with the —use_smbios_guid but this doesn't help because each time a non-persistent VM is created from the gold image it is unique (only the computer name stays the same but even then the AD account is deleted and recreated each time so the —use_ad_guid won't work either).
How do I get around this as my portal will fill up with devices and use up the licences.
Thanks
Accepted Answer
-
Hi Marc,
Just to clarify — you are getting duplicate devices and licenses being used up, each time a user logs in ?
We do have a logout tool you can try, which will reset the UID.
Follow the instructions here for installing the WithSecure Elements Agent using a clone image.
1. When preparing the image, you need to ensure that you have executed the logout tool like the following, before creating the golden image template:
"%ProgramFiles(x86)%\F-Secure\PSB\fs_oneclient_logout.exe" --nokeycode
2. Execute the logout tool like the following when deploying from the golden image, run the tool once it has a network connection:
"%ProgramFiles(x86)%\F-Secure\PSB\fs_oneclient_logout.exe" --keycode <subscription-key>
https://help.f-secure.com/product.html#business/psb-portal/latest/en/task_876EBCD2512641E2BAE36F5E74222E34-psb-portal-latest-en0
Answers
-
Hi
Thanks for the reply.So I should have said that yes I did do the logout on the gold image and then when the VMs is created from the gold image the logout with keycode command is executed as a post deployment task which registers it on the portal.
Having looked again it appears there is an option for a Power-off script for when the VM is removed. So I will try setting this up to use the logout command to remove it from the portal.
I'll post back and let you know how that goes.0 -
Yes, each time a user logs into a VM it creates a device on the portal. When they logout the VM is deleted and a new one is created which then creates another device on the portal, even though it's the same name.
So when I built the gold image I made sure the logout.exe with nokeycode was executed once I finished. The issue is the VMs created from the gold image all have unique IDs and they are deleted everytime a user logs off so we have hundreds of VMs being created and removed daily.Ideally I need a command that I can run on the VMs as they shutdown to remove them from the EPP Portal. Does one exist?
0 -
Hi @Marc Peters , there is currently no such tool for now from Elements.
You have to use the logout tool. That will remove the device but only if its not using smbios or adguid.
0