This lab demonstrates how to configure a resilient file sharing solution using:
- Windows File Server role
- DFS Namespaces
- DFS Replication
- NTFS and share permissions
- Install and configure two file servers (e.g.,
FS01andFS02). - Create a DFS namespace:
\\corp.lab\Shares - Publish departmental folders: HR, IT, Finance.
- Configure NTFS and share permissions.
- Enable DFS replication between
FS01andFS02.
- Install File and Storage Services on both servers.
- Create local folders:
D:\Shares\HRD:\Shares\ITD:\Shares\Finance
- Create the DFS namespace and add folders as targets.
- Configure DFS Replication group between
FS01andFS02. - Create AD groups (e.g.,
HR-Share-RW,IT-Share-RW) and assign permissions. - From a client, access
\\corp.lab\Sharesand validate access and failover.
This lab shows Windows storage administration and high-availability design using native tools.