c# Programming Glossary: relatedobjectquery
Get User SID From Logon ID (Windows XP and Up) http://stackoverflow.com/questions/2727393/get-user-sid-from-logon-id-windows-xp-and-up HKEY_USERS. In most cases I can get this by doing a RelatedObjectQuery like so in C# RelatedObjectQuery relatedQuery new RelatedObjectQuery.. I can get this by doing a RelatedObjectQuery like so in C# RelatedObjectQuery relatedQuery new RelatedObjectQuery associators of Win32_LogonSession.LogonId.. like so in C# RelatedObjectQuery relatedQuery new RelatedObjectQuery associators of Win32_LogonSession.LogonId ' logonID ' WHERE..
|