Book Image

Active Directory with PowerShell

By : Pamarthi Venkata Sitaram, YELLAPRAGADA U PADMAVATHI
5 (1)
Book Image

Active Directory with PowerShell

5 (1)
By: Pamarthi Venkata Sitaram, YELLAPRAGADA U PADMAVATHI

Overview of this book

Table of Contents (16 chapters)
Active Directory with PowerShell
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Managing DFS-N and DFS-R Using PowerShell

DFS-N stands for Distributed File System Namespace and DFS-R stands for Distributed File System Replication. These are two familiar technologies for any Windows administrator. DFS-N provides a simplified view of all file system resources across multiple servers and sites, and DFS-R simplifies it further by replicating content between servers. These two combined together form DFS technology in Windows.

Both these technologies can be managed to a great extent using PowerShell with the help of the DFS-N and DFS-R modules. The DFS-N module was introduced with Windows Server 2012 and the DFS-R module was introduced with Windows Server 2012 R2. So, you need to have Windows Server 2012 R2 installed to get both the modules. These modules are available and are a part of the DFS Management tools that come with the DFS-N or DFS-R roles installation. If...