I am have problems with the scripts to migrate the public folder
I run this script on the exchange 2010
.\Export-PublicFolderStatistics.ps1
and it gives me this file (which looks correct)
"FolderName","FolderSize""\IPM_SUBTREE","0""\IPM_SUBTREE\Calendar","3385795""\IPM_SUBTREE\Internet Newsgroups","0""\IPM_SUBTREE\Project related emails","0""\IPM_SUBTREE\Shared Contact List","3929""\IPM_SUBTREE\shared info","27427""\NON_IPM_SUBTREE","0""\NON_IPM_SUBTREE\EFORMS REGISTRY","0""\NON_IPM_SUBTREE\OWAScratchPad{5EF07B83-73BE-498B-90A7-B0705538E62B}","0""\NON_IPM_SUBTREE\schema-root","0""\NON_IPM_SUBTREE\schema-root\Default","0""\NON_IPM_SUBTREE\schema-root\microsoft","0""\NON_IPM_SUBTREE\schema-root\microsoft\exchangeV1","395162""\NON_IPM_SUBTREE\StoreEvents{5EF07B83-73BE-498B-90A7-B0705538E62B}","0""\NON_IPM_SUBTREE\StoreEvents{5EF07B83-73BE-498B-90A7-B0705538E62B}\globalevents","0""\NON_IPM_SUBTREE\StoreEvents{5EF07B83-73BE-498B-90A7-B0705538E62B}\internal","0"
but when I run this script on the exchange 2013 server
.\PublicFolderToMailboxMapGenerator.ps1
I just get
"TargetMailbox","FolderPath""Mailbox1","\"
What I am I doing wrong?
Thanks
Eric