Forum Discussion
Nigel_Price9911
Dec 19, 2017Iron Contributor
Search-mailbox creates .csv contains the emails, but does not copy them
Hi
I am using the search-mailbox power shell command to copy / move emails between two email mailboxes.
i run the command, I get told it found 550 emails size 128.9Mb. A .csv file is cr...
Manidurai Mohanamariappan
Dec 20, 2017Iron Contributor
All emails copied into source folder (which named as <username>) in target folder. For example i copy mails from admin to alexw draft folder, after finish copy process new folder will be created with name of admin in draft folder.
you can use following command to get count item of target folder.
Get-MailboxFolderStatistics alexw |select name,folderpath,ItemsInFolder
Nigel_Price9911
Dec 20, 2017Iron Contributor
Thanks
They have appeared now.
It must of taken a while for them to appear.
I will wait next time.
Regards
Nigel