You are viewing limited content. For full access, please sign in.

Discussion

Discussion

Feature Request: Display Windows Account in addition to Authentication SID

posted on February 22, 2017

We have a feature request from a client that Audit Trail display the Windows Account in addition to the Authentication SID to help identify the user who logged in through a Windows account to a Laserfiche User.

 

Currently he is having to run this script to get the information.  Would it be possible to include this, or something like this into Audit Trail?

   $objSID = New-Object System.Security.Principal.SecurityIdentifier ("S-1-5-21-2338819846-3274857350-2339339167-2706")

   $objUser = $objSID.Translate( [System.Security.Principal.NTAccount])

   $objUser.Value

0 0
replied on July 31, 2017

We have clients that would like this as well!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.