Tags from Custom Fields
We're trying to identify which devices don't have bitlocker installed and then identify why.
Right now we have various custom fields
TPM enabled
TPM enforced
Boot type
Bitlocker Status
Bitlocker recovery key
An alert is created if no encryption is found.
To me the best solution would be adding Custom Fields as tag options.
Though I'd be fine with making custom fields searchable, or if it can be filtered in a view.
Solution:
Jump to solution
Hi mate, best approach here would be to do all of this inside a script and a single custom field. Have the script check for the different conditions and write either 'Enabled' or 'Disabled: $reason' to the custom field -- and generate an alert on Disabled with the exact same $reason.
You can have this custom field 'Show on asset list' where you can then sort/filter as necessary. E.g filter by 'Disabled' to see all assets with BitLocker disabled....

5 Replies
Solution
Hi mate, best approach here would be to do all of this inside a script and a single custom field. Have the script check for the different conditions and write either 'Enabled' or 'Disabled: $reason' to the custom field -- and generate an alert on Disabled with the exact same $reason.
You can have this custom field 'Show on asset list' where you can then sort/filter as necessary. E.g filter by 'Disabled' to see all assets with BitLocker disabled.

aaaaah, nice did not know about the Show on Asset list, I can use that
am I able to make a view using a custom field? I added "Antivirus Software" as a column but I was hoping I could dedicate a view to it

This functionality is currently not supported. However, you can submit a feature request at https://feedback.gorelo.io 🙂
Sweet, thank you!