This works for me.
; add admin user to Mailbox Import Export role
New-ManagementRoleAssignment –Role "Mailbox Import Export" –User your_admin_user_name
; trigger the export make sure the target has enough disk space
New-MailboxExportRequest -Mailbox your_mailbox_alias -FilePath \\servername\sharename\path_to_pst\mailbox_alias_mailbox.pst
; check on progress
Get-MailboxExportRequest
The card supplied requested drivers that are not present on this system. Please try another card
Using mstsc on Windows 2008R2 Server to connect to Windows 2003 Server. !!Old school!! And getting an error message...
0 Comments