Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Introduction

This article describes the improvements and issues that are fixed in the Azure File Sync Agent v8 release that is dated October 2019. Additionally, this article contains installation instructions for the update.

Improvements and issues that are fixed

  • Restore performance Improvements

    • Faster recovery times for recovery done through Azure Backup. Restored files will sync back down to Azure File Sync servers much faster.

  • Improved cloud tiering portal experience

    • If you have tiered files that are failing to recall, you can now view the recall errors in the server endpoint properties. Also, the server endpoint health will now show an error and mitigation steps if the cloud tiering filter driver is not loaded on the server.

  • Simpler Agent installation

    • The Az\AzureRM PowerShell module is no longer required to register the server making installation simpler and fast.

  • Miscellaneous performance and reliability improvements

More information about the Azure File Sync v8 release

  • This update is available for Windows Server 2012 R2, Windows Server 2016 and Windows Server 2019 installations.

  • Azure File Sync agent version 4.0.1.0 or a later version is required to upgrade existing agent installations.

  • A restart may be required if files are in use during the agent installation.

  • The agent version for the v8 release is 8.0.0.0.

How to obtain and install the Azure File Sync Agent

The Azure File Sync v8 release is currently being flighted to servers which are configured to automatically update when a new version becomes available. Once fighting completes, this update will be available on Microsoft Update and Microsoft Download Center. Flighting means that the release is offered to a limited number of servers first and expands to more severs gradually. It may not be offered to your server right away even if it’s configured to automatically update when a new version becomes available. To immediately install the Azure File Sync v8 update, manually download the update from the Microsoft Update Catalog.


To learn more about Azure File Sync agent auto-update, see automatic agent lifecycle management.


To obtain and install this update rollup, configure your Azure File Sync agent to automatically update when a new version becomes available or manually download the update from the Microsoft Update Catalog.


Configure your Azure File Sync agent to automatically update when a new version becomes available


Agent installation

  • During the Azure File Sync agent installation (version 6.0 or later), select the “Automatically update when a new version becomes available” setting. 

Post-agent installation

  • If the agent is already installed (version 6.0 or later), run the following PowerShell commands to configure auto-update:

    • Import-Module "C:\Program Files\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll"

    • Set-StorageSyncAgentAutoUpdate -PolicyMode InstallLatest -Day <day> -Hour <hour> 

Manually download and install the Azure File Sync agent update from the Microsoft Update Catalog


Go to the following website to manually download this update from the Microsoft Update Catalog:


Azure File Sync Agent v8 release: October 2019 (KB4511224)


To manually install the update package, run the following command from an elevated command prompt:

  • msiexec.exe /p packagename.msp REINSTALLMODE=OMUS REINSTALL=StorageSyncAgent,StorageSyncAgentAzureFileSync,StorageSyncAgentGuardFilter,StorageSyncAgentUpdater /qb /l*v KB4511224.log

For example, to install the Azure File Sync agent update for Server 2016, run the following command:

  • msiexec.exe /p StorageSyncAgent_WS2016_KB4511224.msp REINSTALLMODE=OMUS REINSTALL=StorageSyncAgent,StorageSyncAgentAzureFileSync,StorageSyncAgentGuardFilter,StorageSyncAgentUpdater /qb /l*v KB4511224.log

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×