Find an AD User from a SID Aug 28, 2019 How to find an Active Directory user from a SID: get-aduser -Properties SID | where { $_.SID -eq "S-1-5-21-1111111111-222222222-3333333333-44444" }