Hi, i am trying to export some user data from ad using this command -
csvde -f test.csv -r objectClass=user -l " givenName, sn, displayName, description, physicalDeliveryOfficeName, telephoneNumber, mail, userPrincipalName, sAMAccountName, streetAddress, l, st, postalCode, Country, homePhone, mobile, facsimileTelephoneNumber, ipPhone, title, department, company, manager, employeeID"
When i open the file in Excel I find that some of the fields/columns are missing - streetAddress, l, st, postalCode, Country, homePhone, facsimileTelephoneNumber, ipPhone, employeeID
The attribute names match so i'm not sure why the info is not exported. Can anyone help me?, thanks
I am using Windows 2008r2 Datacentre
csvde -f test.csv -r objectClass=user -l " givenName, sn, displayName, description, physicalDeliveryOfficeName, telephoneNumber, mail, userPrincipalName, sAMAccountName, streetAddress, l, st, postalCode, Country, homePhone, mobile, facsimileTelephoneNumber, ipPhone, title, department, company, manager, employeeID"
When i open the file in Excel I find that some of the fields/columns are missing - streetAddress, l, st, postalCode, Country, homePhone, facsimileTelephoneNumber, ipPhone, employeeID
The attribute names match so i'm not sure why the info is not exported. Can anyone help me?, thanks
I am using Windows 2008r2 Datacentre