Citrix Delivery Group Dynamic Collection?
Andrew Gresbach
Is there any way to create a dynamic collection based on a Citrix Machine Catalog or Delivery Group?
1
Comments
Andrew,
I'm not aware of a way to do this directly, but I can think of a couple approaches you could take:
thanks for the help! hmm the reg key sounds the closest (since the machines we are looking to use this for go w/ the naming convention v-name so no easy way to break them out) however that PublishedName key appears to only be present if the user has a running session going (blank otherwise it appears) so may be a little hit and miss unfortunately
Yeah, it makes sense that the registry key would be dynamically populated on login since you can have several desktop names for the same delivery group and it's only there to indicate which one they came in through.
Without restructuring your VDI setup to have an IP scheme or naming scheme per-catalog, I'm not sure how you can do this easily.
Another approach would be to dump the MAC addresses of every machine from each catalog and do filtering that way in your collection, but this would have to be re-done every time you provisioned machines.
so it looks like the below reg key holds the delivery group i may be able to use:
HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\MachineIdentityServiceAgent\VdaStateMirror
DesktopGroupName
thanks for everyones help!
Great find, Andrew. I've added that to my standard scan profile. Thanks.
thanks! i think i could set things up to sync the OU w/ those machines on a schedule then and use these filters to break out by delivery group then probably ?