get-mailbox command doesn't give arabic fileds

Hi,

When we do 'get-mailboxstatistics  or export the AD properties to txt or CSV file, all Arabic entered fields are shown as ???? (question marks).  Kindly suggest how to get these Arabic fields (such as designation, department) extracted in Arabic itself.

Thanks & regards,

March 9th, 2015 7:25am

Try running your script with -encoding "unicode"
Free Windows Admin Tool Kit Click here and download it now
March 9th, 2015 7:59am

Hi,

To help you with this problem better, please post what are the commands do you use and what's the result in txt or CSV file.

Best Regards.

March 10th, 2015 2:49am

Thanks Idan

can you please give me a syntax example.

will this work like >:   Get-MailboxStatistics -encoding "unicode" | Export-Csv -Path D:\UserDetails.csv

regards

Free Windows Admin Tool Kit Click here and download it now
March 10th, 2015 3:22am

This should work:

Get-MailboxStatistics | Export-Csv -Path D:\UserDetails.csv  -encoding "unicode"

March 10th, 2015 3:37am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics