Skip to main content

OST File,PST File,OST To PST conversion in Microsoft outlook


Microsoft outlook is an email client widely used all over the world by microsoft lovers

generally if you are a IT engineer or in the field of IT you may encounterd with the word "OST File"
and "PST File". You may fill requirement or request from your user about ost to pst conversion.


Let us here explain what is OST File in microsoft outlook ? what is pst file in microsoft outlook ?
why we need to convert ost to pst sometimes and how to convert ost file into pst in microsoft outlook.

--------------------------------------------------------------------------------------------------------------------------


OST File :

Offline or cached Outlook items (.ost)

Email accounts, such as Microsoft Exchange, Outlook.com, or IMAP keep your mail on a server. The Offline Outlook Data File (.ost) is a synchronized copy of the account saved on your computer, and is stored in one of the following default locations, based on the client version and the Outlook account type:


  • drive:\Users\<username>\AppData\Local\Microsoft\Outlook
  • drive:\Documents and Settings\<username>\Local Settings\Application Data\Microsoft\Outlook
*****************************************

How to backup emails, calendars, contacts, tasks, and notes (.pst)



An Outlook Data File (.pst) contains your backed-up email messages, calendars, contacts, tasks, and notes, and can be stored in one of the following default locations:
  • drive:\Users\<username>\AppData\Local\Microsoft\Outlook
  • drive:\Users\<username>\Roaming\Local\Microsoft\Outlook
  • drive:\Users\<username>\Documents\Outlook Files
  • drive:\Users\<username>\My Documents\Outlook Files
  • drive:\Documents and Settings\<username>\Local Settings\Application Data\Microsoft\Outlook
*************************************************************************************************
Refrence : https://support.office.com/en-us/article/Locating-the-Outlook-data-files-0996ece3-57c6-49bc-977b-0d1892e2aacc

Comments

Popular posts from this blog

Practical Robocopy Examples

  Master Robocopy with these real-world examples that solve common file management challenges. These practical robocopy examples will help you copy, backup, and synchronize files efficiently. Basic File Copy robocopy C:\Documents D:\Backup Copies all files from Documents to Backup folder. Mirror Directory (Exact Backup) robocopy C:\ProjectFiles D:\Backup\ProjectFiles /MIR Creates an exact replica, deleting extra files in destination. Copy Only New Files robocopy C:\Source D:\Destination /XO /E Copies only newer files, including all subdirectories. Fast Multi-threaded Copy robocopy C:\LargeFiles D:\Backup /MT:16 /R:3 /W:5 Uses 16 threads with 3 retries and 5-second waits for speed. Copy Specific File Types robocopy C:\Photos D:\PhotoBackup *.jpg *.png *.raw /S Copies only image files from all subdirectories. Network Backup with Logging robocopy C:\Data \\Server\Backup /MIR /LOG:backup.log /R:5 Mirrors to network drive with detailed logging. Exclude Temporary Files robocopy C:\Source...

Windows Very Important Command

 Robocopy also is known as Robust File Copy Command. By using Robocopy Windows Command  Line utility we can copy files, directories and even drives too from one location to another location. Robocopy is a Windows command-line tool used for file and folder Replication. In details

Install Printer Windows 7

Installing  windows printer driver automatically(Built in driver) Set Windows Update to automatically download driver software Open the Windows Device Installation Settings and confirm that your computer is set to automatically download driver software. 1.      Search Windows for change device installation, and then click the  Change device installation settings  Control Panel setting in the list of results. Device Installation Settings window displays. 1.      Select the  Yes  option, and then click  Save Changes . Figure : Example of selecting the Yes option Install Printer Windows 7 Step 2: Connect your printer to the computer Connect your printer to the computer with a USB cable or through your local network so Windows can detect your printer during the print driver installation. ------------------------------------------------------------------- ...