Markwd 1 Posted January 20, 2021 Share Posted January 20, 2021 Hi, I Was wondering if there is an option to obtain the EFDE Workstation ID remotely through a Windows script or commandline utility. Thanks Link to comment Share on other sites More sharing options...
ESET Staff Kstainton 35 Posted January 22, 2021 ESET Staff Share Posted January 22, 2021 (edited) Hi Mark, I'm afraid this is not possible to do with EFDE, the Workstation ID can only be found on the EFDE Pre-boot login screen and within the EFDE Client via 'Help and Support' -> 'About ESET Full Disk Encryption'. May I ask why you need to obtain the Workstation ID remotely through either a Windows script or Commandline utility? Edited January 22, 2021 by Kstainton Link to comment Share on other sites More sharing options...
Markwd 1 Posted February 3, 2021 Author Share Posted February 3, 2021 Hello @Kstainton, We would like to also store the Workstation ID as a Custom Property in Solarwinds N-Central. In case the workstation has lost connection to the ESET Protect environment, we can then create a Recovery Password by looking at this Custom Property, wthout having to ask the customer to provide this. I noticed a tool C:\Program Files\ESET\ESET Full Disk Encryption\EFDEcmd.exe and was hoping this was a commandline utility for such commands, but until now that utility seems of no use. Link to comment Share on other sites More sharing options...
ESET Staff Kstainton 35 Posted February 9, 2021 ESET Staff Share Posted February 9, 2021 (edited) Hi @Markwd On your ESMC Server host machine you can use the following SQLCMD command to get the Workstation ID for a machine based upon its Computer Name: sqlcmd -S localhost\ERASQL -d era_db -Q "SELECT tbl_encryption_recovery_data.device_identifier FROM [era_db].[dbo].[tbl_computers] JOIN tbl_encryption_recovery_data ON tbl_computers.computer_uuid = tbl_encryption_recovery_data.device_uuid WHERE computer_name = 'COMPUTER NAME'" I hope this helps you as it will not require any contact with the customer in order to acquire the Workstation ID. Thank you. Edited February 9, 2021 by Kstainton Link to comment Share on other sites More sharing options...
Markwd 1 Posted February 10, 2021 Author Share Posted February 10, 2021 Thanks @Kstainton! This helps a lot!! Kind regards, Mark Link to comment Share on other sites More sharing options...
Recommended Posts