SID To Name
If you have the SID of an object in active directory and you want to know the object name that time you can use CSVDE command
You can query AD with available SID by using below command
csvde -f C:\Temp\SID.csv -d ” dc=domain,dc=in” -r “(ObjectSID=SID)” -l “cn”
You can also use free tool to resolve SID to name
Download the SID To Name tool
Related Articles