Reactive Training Systems

Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: EDB to PST Recovery
christee

Date:
EDB to PST Recovery
Permalink   


GSTECH Exchange EDB to PST Converter Software is the only way which helps you to convert the Exchange EDB file into various readable formats like PST, EML, MSG, and HTML. With the help of this tool, you can convert the EDB file into PST file with all database including- emails, contacts, chats, tasks, notes, journals, appointments, and more. It also provides a free demo trial version facility to all users to get a quick analysis of all the functionalities of this tool and also it also makes users able to export 25 items from each folder of EDB file to PST.

Know more info- https://www.gstechsoftware.com/edbtopst/

exchange-recovery.gif



__________________


Member

Status: Offline
Posts: 15
Date:
Permalink   

To convert free EDB to PST file, use the following commands in a sequential manner

 

Run the command to get the list of mailboxes in a database.

Get-MailboxStatistics -Database <DatabaseName>

The command will enlist all the mailboxes present in the database.

 

Run the command to export the EDB file to a PST.

New-MailboxExportRequest -Mailbox <MailboxName> -FilePath \\ExchangeBackup\PST\MailboxName.PST

D:\DownloadThe command will save the mailbox data to a new PST file. But make sure that the destination folder is a shared folder.

 

Run the command to check the status of the mailbox export request.

Get-MailboxExportRequest

It will provide the status of the export request.

 

After completing the export process, cancel the export request by the following command.

Remove-MailboxExportRequest -Identity <Name of the export request>

Using this process, you can export the data from a single mailbox.



__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.



Create your own FREE Forum
Report Abuse
Powered by ActiveBoard