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" }