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?