Advertisement
keebz

DFS-R Preseed

Feb 17th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. robocopy "\\remote.server\Share" "H:\Share" /e /b /copyall /r:6 /w:5 /MT:64 /xd DfsrPrivate /tee /log:H:\share.log /v
  2.  
  3. (Get-ChildItem -Path H:\Share -Recurse -Force).count
  4. (Get-ChildItem -Path \\remote.server\Share -Recurse -Force).count
  5.  
  6. Get-DfsrFileHash -Path 'H:\Share\*' | Format-Table -Auto -Wrap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement