Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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!

0

Comments

1 comment
Date Votes
  • 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)

    0