amandhally.com
Turning SIDs into Real Names using PowerShell
PowerTip of the Day, from PowerShell.com: Sometimes, you’d like to turn security identifiers (SIDs) into real names. Here is a function that can do this for you: 1: function SID2Name($sid){…