Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Azure File Sync Agent v6 Release – April 2019


View products that this article applies to.

Introduction

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

↑ Back to the top


Improvements and issues that are fixed

  • Agent auto-update support
  • Support for Azure file share ACLs
    • Azure File Sync has always supported syncing ACLs between server endpoints but the ACLs were not synced to the cloud endpoint (Azure file share). This release adds support for syncing ACLs between server and cloud endpoints.
  • Parallel upload and download sync sessions for a server endpoint
    • Server endpoints now support uploading and downloading files at the same time. No more waiting for a download to complete so files can be uploaded to the Azure file share.
  • New Cloud Tiering cmdlets to get volume and tiering status
    • Two new, server-local PowerShell cmdlets can now be used to obtain cloud tiering and file recall information. They make logging information from two event channels on the server available:
      • Get-StorageSyncFileTieringResult will list all files and their paths that haven't tiered and reports on the reason why.
      • Get-StorageSyncFileRecallResult reports all file recall events. It lists every file recalled and its path as well as success or error for that recall.
    • By default, both event channels can store up to 1MB each – you can increase the amount of files reported by increasing the event channel size.
  • Support for FIPS mode
    • Azure File Sync now supports enabling FIPS mode on servers which have the Azure File Sync agent installed. 
  • Miscellaneous reliability improvements for cloud tiering and sync

↑ Back to the top


More information about the Azure File Sync Agent v6 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 update rollup installation.
  • The agent version for the v6 release is 6.0.0.0.

↑ Back to the top


How to obtain and install the Azure File Sync Agent

The Azure File Sync agent is available from Microsoft Update, Microsoft Update Catalog, and Microsoft Download Center. 

Notes

  • If the Azure File Sync agent is not currently installed on a server, use the agent installation package on the Microsoft Download Center. The agent installation package on Microsoft Update and Microsoft Update Catalog is intended for agent upgrades only.
  • To update existing agent installations, run AfsUpdater.exe (located in the agent installation directory) or download and install the update from Microsoft Update or Microsoft Update Catalog.
Microsoft Update

To obtain and install from Microsoft Update, follow these steps on a server that has Azure File Sync agent installed:

Server 2016 and Server 2019
  1. Click Start, and then click Settings.
  2. In Settings, click Update & security.
  3. In the Windows Update window, click Check online for updates from Microsoft Update.
  4. Verify the Azure File Sync agent update is listed and then click Install now.
Server 2012 R2
  1. Click Start, and then click Control Panel.
  2. In Control Panel, double-click Windows Update.
  3. In the Windows Update window, click Check for updates.
  4. Click Important updates are available.
  5. Verify the Azure File Sync agent update is selected, and then click Install.
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 KB4489736.log
For example, to install the Azure File Sync agent update for Server 2016, run the following command:
  • msiexec.exe /p StorageSyncAgent_WS2016_KB4489736.msp REINSTALLMODE=OMUS REINSTALL=StorageSyncAgent,StorageSyncAgentAzureFileSync,StorageSyncAgentGuardFilter,StorageSyncAgentUpdater /qb /l*v KB4489736.log
Microsoft Download Center

Go to the Microsoft Download Center to manually download the full installer release of Azure File Sync Agent v6 release.

How to perform a silent installation for a new agent installation

To perform a silent installation for a new agent installation that uses the default settings, run the following command at an elevated command prompt:
  • msiexec /i packagename.msi /qb /l*v AFSv6Installer.log
For example, to install the Azure File Sync agent for Windows Server 2016, run the following command:
  • msiexec /i StorageSyncAgent_V6_WS2016.msi /qb /l*v AFSv6Installer.log
Notes
  • Use the /qb switch to display restart prompts (if required), agent update, and server registration screens. To suppress the screens and automatically restart the server (if required), use the /qn switch.
  • To perform a silent installation with custom settings, follow the steps documented in KB4459986.

↑ Back to the top


Keywords: CI100986, kbHotfixAuto

↑ Back to the top

Article Info
Article ID : 4489736
Revision : 8
Created on : 5/20/2020
Published on : 5/20/2020
Exists online : False
Views : 235