$SID = "S-X-X-XX-XXXXXXXX-XXXXXXXXX-XXXXXXXX-XXX"
Get-ADObject -IncludeDeletedObjects -Filter * -Properties * | where{$_.objectSid -eq $SID}