We're in the process of adding DFS to our network setup and have a slight groggle regarding our automation processes.
We currently have a tool that creates the folder structure when a new project is created. This can be run by any Project admin. Projects reside on a network share.
The issue is that these new network shares need to be added to the DFS namespace.
If we were running locally on the Domain Controller we could call the DFSUtil.exe application from the Delphi application.
Is there any way that we can do this from a client machine on the Domain?
Looks like our best solution in the given timeframe will be to install the Remote Server Admin Tools on the few people with permission to create projects.
mjn - Your answer looks like it will be useful in the future, just not right now.