MLBZ521 / MacAdmin

A collection of scripts and tools for managing Apple Devices
MIT License
166 stars 33 forks source link

expectedCSCustomerID is not working #23

Closed fcerullo-kitman closed 1 year ago

fcerullo-kitman commented 1 year ago

Hi

Can you please describe the format type for expectedCSCustomerID in the code?

I've tried double quotes using the Customer ID available in the Crowdstrike Console and it always return "Invalid Customer ID"

Thanks Fabio

MLBZ521 commented 1 year ago

@fcerullo-kitman Sorry for the delay.

It should be in a UUID format, as the example CID in the code:

It's not the same format used when licensing the sensor.

You can get it with this one-liner:

fcerullo-kitman commented 1 year ago

That did the trick, thanks! It is a great script to verify everything is in order with the Crowdstrike deployment.

MLBZ521 commented 1 year ago

Great! Glad that worked and is helpful for you.