That's great, @Michael.poutre. I was creating a ticket and found this
thread. Threw in a > in my report title and it sent right away. It is
odd that the known bug list gets longer and longer every release.
Here is what I use to check for installation and version. #!/bin/bash if
[ -e /Applications/CarbonBlack ] ; then RESULT=$(defaults read
/Applications/CarbonBlack/CbDigitalSignatureHelper.xpc/Contents/Info.plist
CFBundleShortVersionString) echo "$RESU...