Update rollup packages for the Azure File Sync agent are available from Microsoft Update or by manual download.
Microsoft Update
To get and install an update package from Microsoft Update, follow these steps on a server that has Azure File Sync agent installed.
Windows Server 2016
- Select Start, and then select Settings.
- In Settings, select Update & security.
- In the Windows Update window, select Check online for updates from Microsoft Update.
- Verify that the update rollup package is listed, and then select Install now.
Windows Server 2012 R2
- Select Start, and then select Control Panel.
- In Control Panel, double-click Windows Update.
- In the Windows Update window, select Check for updates.
- Select Important updates are available.
- Verify that the update rollup package is selected, and then select Install.
Manual Download
Go to the following website to manually download the update package from the Microsoft Update Catalog:
Download the update rollup package now.
To manually install the update package, run the following command at an elevated command prompt:
msiexec.exe /p packagename.msp REINSTALLMODE=OMUS REINSTALL=StorageSyncAgent /qb /l*vx storagesyncagentupdate.log
For example, to install the Azure File Sync agent update for Windows Server 2016, run the following command:
msiexec.exe /p StorageSyncAgent_WS2016_KB4057384.msp REINSTALLMODE=OMUS REINSTALL=StorageSyncAgent /qb /l*vx storagesyncagentupdate.log