Translate

Tuesday, May 14, 2019

Sync Client Side Cache via commandline - Powershell

Recently we had a customer where during an automated AD migration process the sync of the client side cache (CSC) aka "Offline Folders" was necessary. But unfortunately there is natively no commandline tool to do so. Web research was also initially unsuccessfully. Until I found a solution from the product group. They built a Powershell script for this use case.




You will find the script here:
https://gallery.technet.microsoft.com/scriptcenter/How-to-sync-offline-files-0b2f0e96

Enjoy! :-)