About
How to export list of file names (Arabic names) and all properties to a csv file
Code:
Get-ODChildItems -AccessToken $accesstoken -Path “/Done Upload to Rewayat WP” -SelectProperties * | Export-Csv doneupload.csv -NoTypeInformation -Encoding UTF8