Is there a way to get a list of virtual directories on a specific website in IIS using the command line?
I managed to complete the task using C #, but I have a specific requirement. I need to list all the virtual directories under the website using the command line.
source
share