
Description
When troubleshooting permissions, doing a domain migration, or fixing duplicate SIDs on cloned machines, you often need to convert between account names and SIDs. PsGetSid does exactly that: give it a name to get the SID, give it a SID to find the user or group, or just display the SID of a local or remote computer.
It supports domain users and groups, easing permission audits, account migration and cloned-image SID conflicts. From Microsoft Sysinternals, a single portable file.
Two-way SID lookup: Resolve a name to its SID, or a SID back to the user or group name.
Computer SID: Display the SID of a local or remote computer to catch duplicate SIDs on clones.
Domain accounts: Query SIDs of domain users and groups for permission and migration checks.
Portable: A single official Sysinternals CLI tool, no install.
It supports domain users and groups, easing permission audits, account migration and cloned-image SID conflicts. From Microsoft Sysinternals, a single portable file.
Features
Two-way SID lookup: Resolve a name to its SID, or a SID back to the user or group name.
Computer SID: Display the SID of a local or remote computer to catch duplicate SIDs on clones.
Domain accounts: Query SIDs of domain users and groups for permission and migration checks.
Portable: A single official Sysinternals CLI tool, no install.
