

The Single Utility license lets you install a single utility-in this case, PST Merge-on your system. However, they also offer a Single Utility license for $19.95. The Premium version retails for $49.95 for a single system, including every ReliefJet Essential utility.

Import email, contacts, and calendar from a PST file. As far as tools go, ReliefJet Essentials certainly packs in more than most. Find the information you need to import to or exporting from Outlook, whether youre using Office. This is alongside the ability to merge or join multiple PST files simultaneously. Extract email addresses and URLs from email message headers and textĪnd a massive list of extra tools, too.Find, remove, or move duplicate Outlook items and attachments, with reporting on any duplicates.The import of contacts to Outlook is done.From the free tool to the premium tool, what's the difference? Well, ReliefJet Essentials for Microsoft Outlook packs in all the functionality of the free Merge PST Files program, but you also get an extensive range of additional Outlook tools, too.įor example, ReliefJet Essentials allows you to: Now contacts should be visible in the appropriate section of the Microsoft 365 Outlook web interface of the required account. In our case, the import of 10 contacts was successfully completed. **Import-ContactList -CSV -CSVData (::ReadAllBytes("C:\Temp\Outlook_contacts.csv")) -DateCultureName "en-GB" -Identity successful execution of this command should look like the screenshot. The destination account to import our Outlook contacts is Michael Bose’s Microsoft 365 email account. In this example, we have our local file inC:\Temp\Outlook_contacts.csv containing the required contact data. When those commands are executed, you can start importing contacts to Outlook Online via PowerShell. **$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri -Credential $Credential -Authentication Basic -AllowRedirection** Establish a new session again with the three commands used:
