Hi all!
Try to use smth like this:
get-QADUser -SearchRoot 'domain.com/People' -IncludeAllProperties | Select-Object Title,extensionAttribute1,extensionAttribute2 | Export-Csv C:\domain_Q_user.csv
In the result csv file i have got "???????" instead of non english chars...
with ConvertTo-CSV cmdlet all fine.
Any idea how can i fix it?