There's a small error in the 2008 R2 to install DFSN &;; DFSR, displaying at the moment:
For Distributed File System service, type:
Dism /online /enable-feature /featurename:???
For Distributed File System Replication, type:
Dism /online /enable-feature /featurename:DFSN-Server
This should be the following:
For Distributed File System service, type:
Dism /online /enable-feature /featurename:DFSN-Server
For Distributed File System Replication, type:
Dism /online /enable-feature /featurename:DFSR-Infrastructure-ServerEdition