New-DFsnRoot error

I am trying to use the new DFSN-Root command.  After pressing enter powershell returns with:

cmdlet New-DfsnRoot at command pipeline position 1

Supply values for the following parameters:

Type:

For type I enter:  DomainV2

Powershell then errors out. Any suggestions?

July 14th, 2015 5:23pm

Hi,

I assume it is caused that the folder you are trying to use in cmdlet is not created or shared yet.

Please try:

mkdir e:\dfsroots\files
new-smbshare -name files -path e:\dfsroots\files
new-dfsnroot -path \\domain.com\files -type domainv2 

It will ask for targetpath value. Input \\server\files

Free Windows Admin Tool Kit Click here and download it now
July 15th, 2015 10:00pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics