I look for WSH script (VB or better JScript) that print a list of available SIDs (security identifiers) and its user names, like:
S-1-1-0 All
PsGetSid utility from Sysinternals allow print SID by name and inside out but how get list of all SIDs?
And how make this in plane WSH?