Export User with Email Notification

Hi,

According to my research, I find an solution for your question. For your reference:
https://social.msdn.microsoft.com/Forums/office/en-US/e2db1734-d526-4f59-bde5-6697c574894c/email-after-pst-import-done-via-powershell

$Data = New-MailboxImportRequest -Mailbox "Test" -Archive -FilePath "\\test\test\test.pst"
 Set-Notification -NotificationEmail @('Test@Contoso.com') -Identity $Data.RequestGuid.ToString()

Thanks

June 17th, 2015 5:17am

When I export a users mailbox to pst using ECP, I have the option to receive an email when it completes.  Is there a powershell command that has the same ability?  I know how to use New-MailboxExportRequest to export the mailbox but I can't figure out how to get an email to a specific email address when it is done.

Eric

Free Windows Admin Tool Kit Click here and download it now
June 17th, 2015 9:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics