How to Import a PST File Using Administrative Rights
- 1). Sign onto a computer server using your rights as an administrator. Navigate to the "Start" menu and choose "All Programs. Select "Microsoft Exchange Server." Then select "Exchange Management Shell" to bring up a separate window that contains a command prompt.
- 2). Enter the words below on your command prompt, and then hit the "Enter" key on your computer:
Import-Mailbox -Identity username@company.com -PSTFolderPath C:\PSTFiles\username.pst - 3). Type the electronic mail address of the PST file owner where the command string says "username@company.com."
- 4). Type in the title of the PST file you desire to import where the command string says "username.pst."
- 5). Exit the program when the import concludes.
Source...