xmaveric
This is easy to do using Active Directory Users and Computers.
Click View > Advanced Features
Drill down to the user you want to know about and open the Properties.
Click the Attribute Editor tab
Scroll down to the "ObjectSID" attribute.
Profit.
Scott McClenning
PsGetSid может сделать это.
Chris C
In PowerShell type the following commands:
Get-ADUser -Filter * -Properties SID | where {$_.sid -eq 'number here'} Get-ADComputer -Filter * -Properties SID | where {$_.sid -eq 'number here'}
tswaters
C: \ WINDOWS \ system32 \ LDP.exe
Соединение -> Связать -> ОК
Обзор -> Поиск
Базовое DN: (это зависит от среды)
Fitler: (samAccountName = yourAccountName)
Область действия: поддерево (это делает вложенный поиск)
Атрибуты: добавить «objectGUID»
...
Это должно сделать это.
Christopher Watson
open powershell Тип getad-user -identity (введите имя пользователя здесь)
Objectguid появится в выводе