Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WMI 中的Win32_Account类具有LocalAccount布尔属性。不幸的是,SECURITY_LOGON_SESSION_DATA通过调用获得的结构LsaGetLogonSessionData没有。验证帐户是否像 WMI 中的本地帐户,具有安全标识符SID 和登录标识符LUID 的最佳方法是什么?
Win32_Account
LocalAccount
SECURITY_LOGON_SESSION_DATA
LsaGetLogonSessionData