如何在 Windows 7 下查看与 Active Directory 用户关联的 GUID?
答案1
获取Sid可以做到。
答案2
使用 可以轻松实现这一点Active Directory Users and Computers
。
单击View
> Advanced Features
(以便Attribute Editor
稍后查看标签)
深入了解您想要了解的用户并打开Properties
。
点击Attribute Editor
选项卡
向下滚动到“ObjectSID”或“ObjectGUID”属性。
利润。
答案3
打开 powershell。
类型:get-aduser -identity <insert username here>
将ObjectGUID
出现在输出中
答案4
目录:\windows\system32\LDP.exe
连接 -> 绑定 -> 确定
浏览 -> 搜索
基本 DN:(因环境而异)
匹配器:(samAccountName=yourAccountName)
范围:子树(执行嵌套搜索)
属性:添加“objectGUID”
...
那就可以了。