Public folder importing file is failing using powershell commands based on official documentation at:
Reference Materials for Migration 8.14 - Public Folder Synchronization (MAgE) (quest.com)
Steps are performed as expected but the format of the CSV files have not been performed correctly. Comma separated values are required.
When running the Export-MMexPublicFolderMapping -SourceOrganization ',NAME OF THE ORGANIZATION>' -MappingFilepath , ROOT OF THE MAPPING FILE CSV> an error is generated:
The operation couldn't be performed because object 'NAME OF OBJECT' couldn't be found on '<NAME OF DC server>
NAME OF OBJECT: is the name of a non-existent exchange server . After verification there is one or many mailboxes that in the attribute msExchHomeServerName is populated with the value included the name of the server removed.
Change the name of the msExchHomeServerName to a existent Exchange server and run the command again.