This article describes the Azure File Sync general availability (GA) release for the Azure File Sync agent, including how to get it and how to run a silent installation.
The Azure File Sync agent is supported on Windows Server 2016 and Windows Server 2012 R2. It consists of three main components:
- FileSyncSvc.exe: The background Windows service that's responsible for monitoring changes on server endpoints and initiating sync sessions to Azure.
- StorageSync.sys: The Azure File Sync file system filter that's responsible for tiering cold files to Azure Files (when cloud tiering is enabled).
- PowerShell management cmdlets: PowerShell cmdlets for interacting with the Microsoft.StorageSync Azure Resource Provider. By default, the cmdlets can be found at the following locations:
- %ProgramFiles%\Azure\StorageSyncAgent\StorageSync.Management.PowerShell.Cmdlets.dll
- %ProgramFiles%\Azure\StorageSyncAgent\StorageSync.Management.ServerCmdlets.dll
To learn more about an Azure File Sync deployment, go to the Planning for an Azure File Sync deployment topic on the Microsoft Docs website.