Crowdstrike Collection
I'm hoping someone has run into this issue with Crowdstrike. So we have two CIDs, one for the full version of Crowdstrike that is deployed on servers and sensitive workstations, the other is just the Crowdstrike Pro that is installed on regular student computers.
I'm trying to figure out how I can find that CID where it lives (encrypted?) and create two different collections, one for the Pro version and one for the Full version depending upon the CID on the machine - or is there another way besides the CID to put them into a collection?
Any ideas would be greatly appreciated!
Comments
Hi Timothy,
you can create collections bases on the "Registry name" Which is also a part of the uninstall string in the "Registry path" column.
i.e. {AC76BA86-7AD7-1051-7B44-AC0F074E4100} for Adobe Reader
msiexec.exe /x {AC76BA86-7AD7-1051-7B44-AC0F074E4100} /qn
All stored under:
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall (x64)
or HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall (x86)