Locating a Public Folder Path that is Hidden Due to Trailing Spaces

If MigrationWiz fails to locate a Public Folder path that you know exists, the problem may stem from a trailing space in the folder's file path. To discover if this is the case, run the following PowerShell command. From the Exchange Management Shell on the migration Source computer, run the following:

Get-PublicFolder -Recurse -ResultSize Unlimited | select Identity | Export-Csv -Encoding Unicode Z:\folders.csvThis will identify locations in the Public Folder file path where there may be names with trailing spaces, and will output the information to a CSV file.

Was this article helpful?
1 out of 1 found this helpful