Skip to content

Instantly share code, notes, and snippets.

@HiteaFR
Created September 26, 2023 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HiteaFR/45907983175f943f27f59df669863460 to your computer and use it in GitHub Desktop.
Save HiteaFR/45907983175f943f27f59df669863460 to your computer and use it in GitHub Desktop.
Migrer des PST vers Exchange Online avec AZCopy
cd "C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy"
$PSTFile = "\\SRV01\PSTImport"
$AzureStore = "AZ_BLOB_URL"
$LogFile = "C:\importPST.txt"
& .\AzCopy.exe /Source:$PSTFile /Dest:$AzureStore /V:$LogFile /Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment