728x90
$user = Import-csv C:\temp\sid.csv
$user | foreach{Get-ADUser -Identity $_.samaccountname -Properties * | Select-Object samaccountname, SID} | Export-Csv C:\temp\s_sid.csv -Delimiter "|" -Encoding Unicode -NoTypeInformation
or
dsquery * -filter “&(objectcategory=user)(samaccountname=계정)”-attr objectsid sIDHistory
728x90
'IT이야기 > ActiveDirectory' 카테고리의 다른 글
Default group policy GPT.ini file deleted/missing (0) | 2022.12.13 |
---|---|
Troubleshooting Active Directory Replication (0) | 2022.11.25 |
그룹 멤버 포함 체크 여부 (0) | 2021.08.04 |
Export AD Users to CSV using Powershell Script (0) | 2016.11.24 |
Windows 2003 DC에서 Windows 2008 DC로 FSMO(작업마스터) 넘기기 (0) | 2016.07.12 |