I wonder if it is possible with a C # application to list and retrieve all IIS instances on a connected network.
I know it is possible to recover all the instances SqlServer with
EnumAvailableSqlServers method in the SMO
but I do not know for IIS if it's exist a similar method . I already try to search on internet but i can not find an answer about it.
Thanks a lot .