Independent Australian Storage & Infrastructure Authority

Windows File Server to NAS Migration Guide

How to migrate a Windows file server to a NAS. Covering share mapping, user accounts, permissions, offline file migration, and DFS namespace considerations for SMB environments.

How-To Configure & Protect QNAPSynology

Replacing an aging Windows file server with a NAS is one of the most common SMB IT projects. A suitable NAS can reduce power, licensing, and management costs for an SMB-only file-server workload, but the result depends on hardware, support, backup, retained Windows Server roles, and required Windows features. This guide covers migrating from a Windows Server (2016/2019/2022) to a Synology or QNAP NAS: inventorying existing shares and permissions, migrating data, recreating user accounts and share permissions on the NAS, and transitioning clients with minimal downtime. Both Synology DSM and QNAP QTS support AD domain membership and Windows-oriented SMB permissions, but they do not provide universal Windows Server feature parity; validate ACL, Offline Files, and DFS behavior for the selected NAS and software version.

In short: Inventory Windows Server shares and permissions → create matching shared folders and user/group accounts on the NAS → use robocopy to migrate data preserving ACLs where applicable → update DNS/DFS to point clients to the new NAS share path → decommission Windows Server. Migration duration varies with data volume, file count, storage performance, network bandwidth, ACL complexity, change rate, testing, and the acceptable cutover window.

Windows File Server to NAS: 5-Phase Migration Overview
Phase 1
Inventory
Document shares, permissions, and data size on the current Windows server
Phase 2
Setup NAS
Create matching shares and user accounts on the NAS
Phase 3
Migrate Data
Run Robocopy to copy files. Repeat with /MIR on cutover day
Phase 4
Client Cutover
Remap drives via DNS rename or Group Policy. Test with a pilot user first
Phase 5
Verify
Confirm permissions, test logins, enable backup, decommission Windows server
Before
Windows Server 2012-2019
SMB shares, AD user accounts
Manual backups
Requires Windows CALs
After
Synology DS925+, DS1525+ or QNAP TS-464
SMB/CIFS compatible (transparent to clients)
Automated versioned backup
No Windows Server CAL is required merely to access the NAS, but CAL requirements can remain if users or devices continue to access retained Windows Server services such as Active Directory.

Migration windows vary by data volume, file count, permissions, infrastructure performance, validation requirements, and acceptable downtime. Robocopy handles permissions, ACLs, and timestamps. Full details for each phase in the sections below.

Phase 1: Inventory the Existing Windows File Server

Before migrating, document what exists on the current server. Run the following on the Windows Server to export share and permission information:

net share > shares.txt
Get-SmbShare | Select-Object Name,Path,Description | Export-Csv shares.csv
Get-Acl -Path C:\Shares\* | Format-List | Out-File permissions.txt

Document for each share:

  • Share name and UNC path (e.g. \\SERVER\Finance)
  • Local path on server (e.g. D:\Shares\Finance)
  • Users and groups with access, and their permission level (Read, Read/Write, Full Control)
  • Approximate data size: Get-ChildItem -Path D:\Shares\ -Recurse | Measure-Object -Property Length -Sum

This inventory drives the NAS share structure and user account setup.

Phase 2: Set Up NAS Shares and User Accounts

On the NAS, recreate the share and user structure from your inventory:

Option A: Local NAS users (small workgroups without Active Directory):

  1. Create a shared folder on the NAS for each Windows share (e.g. Finance, Projects)
  2. Create user accounts matching your Windows Server user names (same username, new password. Distribute to users)
  3. Assign each user to the appropriate shared folders with Read or Read/Write permissions in the NAS control panel

Option B: Active Directory domain join (workgroups with an AD domain):

  1. On Synology: DSM → Control Panel → Domain/LDAP → Join domain. Enter domain controller details
  2. On QNAP: QTS → Control Panel → Privilege → Domain Security → Active Directory authentication (Domain member) → Quick Configuration Wizard
  3. After joining, AD users and groups are available in the NAS share permission editor
  4. Assign AD groups to NAS shared folders. The NAS supports Windows-style share and file/folder permissions, but ACL semantics and limits can differ from Windows Server; pilot-test inheritance, explicit and deny entries, ownership, auditing information, and local SIDs.

AD domain join means users authenticate with their existing domain credentials. No new password distribution required. Strongly recommended if you already have an AD domain.

Phase 3: Migrate Data with Robocopy

Robocopy is the standard tool for migrating Windows file server data. Run from the Windows Server or a client with access to both source and destination:

robocopy "\\SERVER\Finance" "\\NAS-IP\Finance" /E /COPYALL /DCOPY:T /R:3 /W:5 /LOG:migration_finance.log /TEE

Key flags:

  • /E. Copy all subdirectories including empty ones
  • /COPYALL. Copy file data, attributes, timestamps, and Windows ACLs. Synology DSM and QNAP QTS can store Windows-style file and folder ACLs on supported volumes when the relevant Windows ACL features are enabled. Validate Robocopy ACL transfer, inheritance, local SIDs, ownership, and auditing data before migration.
  • /DCOPY:T. Preserve directory timestamps
  • /R:3 /W:5. 3 retries, with a 5-second wait between failed-copy attempts
  • /LOG. Write log to file for audit trail

For large migrations: run an initial robocopy pass to copy the bulk of data (this can run overnight), For cutover, first disable writes to the source and then run a tested final delta or mirror pass. /XO only excludes source files older than the destination and does not remove destination items absent from the source; use /MIR only when its deletion behavior is intended and the paths have been verified. The second pass runs quickly and minimises the cutover window.

Phase 4: Client Cutover

Transitioning clients from the Windows Server to the NAS can be done two ways:

DNS redirect (zero-client-change): Do not treat a DNS change alone as an SMB cutover. Configure a vendor-supported NAS identity or SMB alias, reproduce the share names, register and verify the required CIFS SPNs for Kerberos, and test authentication before redirecting clients. Cleanest approach for large numbers of clients.

Group Policy mapped drives update: If clients have mapped drives assigned via Group Policy, update the GP drive mapping to point to the NAS UNC path. Push the GP update. Clients receive the new mapping at next logon or policy refresh.

Manual re-mapping (small environments): For 5-10 users, update each client's drive mappings manually. Right-click the mapped drive → Disconnect. Then Map Network Drive → enter the NAS path (\\NAS-IP\Finance). This takes 2-5 minutes per workstation.

After cutover, verify: users can read and write, permissions are correct for each group, and no users report access issues. Retain the old server temporarily as a controlled fallback, but remove normal user access and keep the source shares read-only after the final sync to prevent divergent copies.

Phase 5: Post-Migration Checklist

After the cutover:

  • ✅ Verify all share permissions. Test with a standard user account (not admin)
  • ✅ Confirm backup is running on the NAS (Hyper Backup or Hybrid Backup Sync)
  • ✅ Update DNS records to reflect the new NAS as the file server
  • ✅ Document the new share paths and share them with users
  • ✅ Before granting users write access to the NAS, disable writes to the old shares and run the final verified Robocopy pass; retain the old data read-only afterward.
  • ✅ Test restore from the NAS backup before decommissioning the Windows Server
  • ✅ Decommission Windows Server or repurpose for other roles

🇦🇺 Australian Buyers: NAS Recommendations for SMB Migration

Recommended NAS for Windows file server replacement in Australian SMB environments (March 2026):

  • Synology DS423+ (discontinued; DS425+ is the current model in this line): Most common SMB file server replacement. Active Backup for Business (agent-based Windows PC backup; agentless SMB file-server backup), strong AD integration, Hyper Backup for cloud offsite. Actual SMB workload capacity depends on file size and count, storage and RAID performance, network speed, encryption, concurrent activity, and other services running on the NAS.
  • Synology DS925+ (~$1062): AMD Ryzen V1500B. Its suitability for heavier workloads depends on file-operation patterns, storage configuration, networking, memory, encryption, and other enabled services rather than a fixed user-count threshold. Same software suite
  • QNAP TS-464 (~$989): Good alternative for environments that want hardware flexibility (PCIe 10GbE upgrade path). QTS Active Directory integration is mature. Hybrid Backup Sync handles cloud backup

For environments needing 10GbE for high-throughput file sharing (video production, large CAD files), consider Synology DS1823xs+ or QNAP TS-873A with a compatible optional PCIe 10GbE adapter, or add a PCIe 10GbE card to the TS-464.

See the small business NAS setup guide for a complete walkthrough of configuring a new NAS for SMB use, and the best NAS guide for broader model comparisons.

Use our free NAS vs Cloud Migration Cost Calculator to compare the total cost of migrating from cloud to your own NAS.

Related reading: our NAS explainer.

See also: our complete Synology NAS Australia guide.

See also: our complete QNAP NAS Australia guide.

Does a NAS support Active Directory?

Yes. Both Synology DSM and QNAP QTS support joining an Active Directory domain. After domain join, AD users and security groups are available for assignment in share permissions. Users authenticate with their domain credentials. This is the recommended approach for any environment with more than 5 users. It avoids creating and managing duplicate local accounts on the NAS. Synology's AD integration is generally considered more stable and better documented than QNAP's for complex domain configurations.

Will Windows offline files work with a NAS?

Yes. NAS SMB shares support Windows Client-Side Caching (offline files). Windows Offline Files can work with compatible SMB shares, but caching modes, server controls, permissions and synchronization behavior vary. Verify support and configuration for the selected DSM or QTS version and test offline edits, reconnection and conflicts before deployment. For environments where users frequently work offline (laptops taken off-site), ensure the NAS share has offline caching enabled in the share settings.

How long does data migration from Windows Server to NAS take?

Migration speed is limited by the network link between the Windows Server and NAS. At a sustained 100-110 MB/s, 100 GB transfers in roughly 15-17 minutes and 1 TB in roughly 2.5-2.8 hours. Real migrations may take substantially longer because of file count and size, storage IOPS, ACL processing, protocol overhead, and competing activity. A faster network can reduce transfer time when the source storage, destination storage, CPU and file workload are not the limiting factors; performance does not necessarily scale in direct proportion to link speed. Schedule the initial robocopy pass during off-hours. The final cutover pass (just catching changed files since the first pass) typically takes minutes to hours depending on write activity on the old server.

Can a NAS replace Windows Server for all file server functions?

For SMB file sharing and backup, yes. For a suitable SMB file-sharing and backup workload, a NAS can provide adequate performance with lower power or licensing costs, but the outcome depends on the compared hardware, support, backup, workload, and Windows roles that must remain. What a NAS cannot replace: print server (unless using a print server app, limited), Windows application hosting (SQL Server, IIS), Group Policy (requires remaining domain controller), full DFS namespace with multiple targets (DFS capabilities vary by vendor and software version: NAS devices can commonly serve as DFS targets, and Synology DSM offers a DFS-based Aggregation Portal, but full Windows DFS Namespace and DFS Replication parity should not be assumed.). For environments where the Windows Server also runs applications beyond file sharing, evaluate what roles need to remain on a Windows machine before decommissioning.

Should I use RAID on the NAS file server?

Yes. RAID is essential for a production file server. Minimum: RAID 1 (2 drives) for drive failure protection. RAID 5 requires at least three drives and tolerates one drive failure; select the RAID level based on required capacity, rebuild risk and fault tolerance. RAID does not replace backup. Configure Hyper Backup or Hybrid Backup Sync to push copies offsite. The NAS RAID protects against a single drive hardware failure; A correctly designed and tested backup strategy can protect against risks RAID does not, including accidental deletion, malware and site disaster; actual coverage depends on retention, isolation, off-site copies and restore testing. Both are required.

Setting up a new NAS for a small business environment? The small business NAS setup guide covers Windows shares, user permissions, and backup configuration from scratch.

What to read next