Hi, I'm need of some way of finding the UNC Path of a share via a script or command line or even a custom created program. I'm trying to automate deletion of users and the setup is a bit complicated.
Home folders are set up like this:
We create a folder on a Disk on a fileserver. When this folder is created, a share is automatically created on a lower level Then the DFS Links are set up towards the newly created share.
Now, when deleting a user, I could just delete the DFS Folder, meaning that the target folder is the one being deleted. But since it's a share, that cannot happen.
SO, I need to find out where this share is actually pointing at and then programtically delete THAT folder.
Any idea?