Q. How do I enable the Dfs restricted same-site target selection option?

John Savill

October 27, 2004

1 Min Read
ITPro Today logo

A. To enable the restricted same-site target selection option, you need to use the Dfsutil tool on each root server. First, run dfsutil.exe to obtain a list of roots in the domain. For example, to obtain a list of the roots in the domain demo.test, you'd enter the command

dfsutil /domain:demo.test /view

After you've determined the root name, you enable same-site Dfs target selection by running the Dfsutil command with the /insite switch. The command you use should look similar to this:

dfsutil /root:\demo.testshared /insite /enable

Here, the Dfs root is \demo.testshared. To check whether same-site Dfs target selection was enabled successfully, run the Dfsutil command again:

dfsutil /root:\demo.testshared /insite /display

This command should display the message "Insite Referrals ENABLED."

To disable same-site Dfs target selection, run the second command again, but use the /disable switch instead of the /enable switch. You must restart the Dfs service on each Dfs root server to effect this change. Be aware that for links that point to another Dfs domain-based namespace, the Dfsutil command ignores the /insite setting so that clients can access links outside of their local site.

About the Author(s)

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like