Ask the Community
Groups
How To: Replicate the "Use existing PST file (if exists)" seen in GUI when using powershell - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>Problem:</strong></p> <p>When exporting from Office 365 Exchange to PST files using powershell, you want to use the option to replicate the "Use existing PST file(if exists)" option which is found in the GUI. Is there a switch or perhaps a syntax which can achieve this?</p> <p><strong>Resolution:</strong></p> <p>You can use the -UseExistingPST switch</p> <p>eg Export-MessageOps.ToPST -UseExistingPST</p> <p> </p> </article> </main>