I am running the below command from PowerShell:
Get-ADUser -Server ad.com -Filter '*' -Properties '*' Export-Csv 'C:\Users\myFolder\file.csv' -NoTypeInformation -Delimiter '|'
Just trying to identify the Attribute which I can use as a 'Primary Key' such as EmployeeID or EmployeeNumber. AD Attributes List: [link] Does AD provide a Primary Key?