Hi,
I need to enable bitlocker remotely and do you know if it is possible to enable bitlocker and export bitlocker key using Kaseya?
Thanks,
pawellp
The capability is there. I found one article referring to a pre-built script.
You can tie the above along with agent procedures (while ensuring the correct variables are in place) and you will be successful.
Oscar, your article link isnt working
We use Kaseya to check/put Bitlocker on all our machines.
The problem we have is that the recovery key file needs to be saved on to a USB stick, so we rely solely on the recovery Password.
The agent procedure runs 2 commands:
BdeHdCfg -target default -size 500
manage-bde -on c: -RecoveryPassword
A reboot is required after each of these commands.
We then have 2 other agent procedures to get the status and key back to custom fields in Kaseya, getting the key is very important!
If you need all of this I can add it in to automation exchange
That would be awesome. Thank you!
I am interested in this as well.
"We then have 2 other agent procedures to get the status and key back to custom fields in Kaseya, getting the key is very important!"
Do you have more information about this? I can not find this in the Automation Exchange.
Thanks for the feedback.
I got distracted and forgot to add it - will work on it this afternoon
I have now submitted it to Automation Exchange, pending approval it should be there in the next day or 2
Enable Bitlocker scripts have now been added to Automation Exchange
automationexchange.kaseya.com/.../498
Cheers pfugges:)