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 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:
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