Posted On March 31, 2019

File Services

kimconnect 0 comments
blog.KimConnect.com >> Windows >> File Services
DFS Considerations:
1. NTFS permissions still apply. One must set additional folder security settings on the primary replication server.
2. When removing members of DFS replication group, that member server is marked with a 30-day tombstone flag. If files are deleted from that removed member server, and such serve is re-added within 30 days, the tombstone flag is removed. The deletion action takes precedence, propagating such file removal activity to other member servers, resulting in unintended file deletion!
3. Files with .BAK exentions will not replicate!
4. Always have a good backup of the primary DFS member server!
5. DFS requires that the “staging folder” to be approximately similar to the replicating folder’s size. Replication will stop without warning if this requirement is not fulfilled.
 
Group Policy Settings:
User Configuration\Preferences\Windows Settings\Drive Maps
\\KIMCONNECT\ACCOUNTING
\\KIMCONNECT\Claims
\\KIMCONNECT\Corporate
\\KIMCONNECT\LEGAL
\\KIMCONNECT\MAILROOM
\\KIMCONNECT\MARKETING
\\KIMCONNECT\PUBLIC
\\KIMCONNECT\SALES
\\KIMCONNECT\SYSTEMS
\\KIMCONNECT\UNDERWRITING

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

SAN Storage: Using 3PAR StoreServ to Provision LUNs for vSphere ESXi or Windows Server

Overview: Assumptions MDS Zoning Configuration has been completed. Operating Systems ESXi OS has been installed…

PowerShell: Remediate Microsoft Windows Unquoted Service Path Enumeration

Description The remote Windows host has at least one service installed that uses an unquoted…

PowerShell: Remove an A-Host Record within Active Directory Integrated DNS Domain

Warning: this code is NOT 'production ready'. Please review and test on DEV environments carefully…