Adolf Ku
Adolf Ku

Reputation: 21

powershell find iis virtual application name from url

I have a url, i want to find the application name on which the url is binded. the command get-website -name "url" return nothing as the url name is binded to the Virtual directory. the command get-webbinding -name "url" return the binding but not the Name of the application.

Which powershell command can I use to find IIS virtual application name from url?

Upvotes: 0

Views: 212

Answers (0)

Related Questions