Hello,
We did implement LAPS & Bitlocker in our AD environment. To let the helpdesk retrieve those information, we created a bunch a custom command that fetch the AD and log the result as warning
Example:
$Context.LogMessage("Local administrator password: "+$Context.TargetObject.Get("ms-Mcs-AdmPwd") , "Warning")
We chose the custom action over simply displaying the attribute in the webGUI. This way we can audit who activated the custom action on what machine.
Sadly, the output of the custom command remains in the Adaxes log, and everyone with the view log ability can retrieve the already retrieved password without leaving any trace.
How could we improve that? I thought about sending it per mail, but this is not possible as we have a "no password per email" policy