'How to get user name instead of SID during WMI logcollection
Solution 1:[1]
SELECT * FROM Win32_AccountSID should get you a list you can match the SID to the name.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Anders |

