top of page

DFS

Выгрузить список Namespace и Folder target

Get-DfsnRoot | select -ExpandProperty path | % {Get-DfsnFolder -Path ($_ +"\*") | % {Get-DfsnFolderTarget $_.path | Select Path,TargetPath ,State }} | Export-Csv -Delimiter `t -Path C:\Distr\DFS-All-PAth-info.csv -Encoding UTF8 

Установка и настройка DFS и репликации файлов в Windows Server 2012.

http://winitpro.ru/index.php/2013/09/25/ustanovka-i-nastrojka-dfs-i-replikacii-fajlov-v-windows-server-2012/

bottom of page