Forum Discussion
SJMPLS
Jun 30, 2025Copper Contributor
SP Migration from On prem file share which was synced to Azure Files
Greetings we are migrating quite a few on prem file shares that have been backed up via Azure File Sync to Azure File shares for quite some time. The migration is going well, but the Azure File Sync ...
- Jul 02, 2025
There is a great command to only hydrate specific folders
first load the module
Import-Module 'C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll'
then enter this command to hydrate or pull down all the files in the path specified
Invoke-StorageSyncFileRecall -Path "E:\acct\ap\invoices" for example
SJMPLS
Jul 02, 2025Copper Contributor
There is a great command to only hydrate specific folders
first load the module
Import-Module 'C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll'
then enter this command to hydrate or pull down all the files in the path specified
Invoke-StorageSyncFileRecall -Path "E:\acct\ap\invoices" for example