From 9428d24a6737c5838541a5fb9ff9b777b8e240a6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 13 Oct 2025 23:29:42 -0600 Subject: [PATCH] Update Workflows/Windows/Windows Server/Roles/DFS/Setting Up DFS Across Multiple File Servers.md --- .../Roles/DFS/Setting Up DFS Across Multiple File Servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflows/Windows/Windows Server/Roles/DFS/Setting Up DFS Across Multiple File Servers.md b/Workflows/Windows/Windows Server/Roles/DFS/Setting Up DFS Across Multiple File Servers.md index e5155e9..8b45099 100644 --- a/Workflows/Windows/Windows Server/Roles/DFS/Setting Up DFS Across Multiple File Servers.md +++ b/Workflows/Windows/Windows Server/Roles/DFS/Setting Up DFS Across Multiple File Servers.md @@ -31,7 +31,7 @@ Create (or identify) the folders you want to publish in the namespace, and share | **Permission Type** | **User / Group** | **Access** | Level** | | :---- | :---- | :---- | :---- | | Share | `Everyone` (or `Authenticated Users`) | Full Control | Best practice is to grant broad Full Control on the **share** and enforce access with NTFS. | -| NTFS | `SYSTEM` and `Administrators` | Full Control | Required for DFSR service and local admin management. | +| NTFS | `SYSTEM` | Full Control | Required for DFSR service. | | NTFS | `Share_Admins` | Full Control | Optional admin group for data management. | | NTFS | *Business groups needing access* | Modify | Grant least privilege to required users/groups. |