Marke Posted February 14, 2011 Report Share Posted February 14, 2011 Hi, I'm not sure if you can do this with this software, I've searched about but couldn't figure it out. I would like to find out a computers SID (Security Identifier) Is this possible? Quote Link to comment
Support Posted February 20, 2011 Report Share Posted February 20, 2011 This information doesn't seem to be present in the WMI classes that the program uses. However user accounts classes have SID's. They are not displayed by the program, but if you look inside an XML file that the program stores the computer information in, and find the tag Win32_UserAccount that corresponds to a local user, there is a SID field. If you drop the last part of its value (for example, "-500" for Administrator user), that will be the computer's SID. Quote Link to comment
Marke Posted February 23, 2011 Author Report Share Posted February 23, 2011 Hi thanks for that, but I'm trying to find out the machine sid. Quote Link to comment
Support Posted February 28, 2011 Report Share Posted February 28, 2011 I have just offered you how to get the machine SID from a user account SID. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.