Is there some way, e.g. through WMI, that I can query a box running IIS what web applications has been deployed to it using web-deploy?

Thanks in advance.

link|improve this question
feedback

2 Answers

You can use web-deploy to -sync -whatif the whole server against a "standard" one, and that'll show you a list of differences.

If the Event Log shows Web Deploy deployments (does it?), and WMI can query the event logs, that might be more the level of detail you're looking for?

link|improve this answer
Thanks for your feedback. Actually, what I'm after is not a delta of what's been installed since a given time, or in a given time interval, but a snap shot of what web applications are, right now, installed on the IIS server. – Cumbayah Apr 29 '11 at 8:33
feedback

You did not mention what version of IIS, but have you checked out the MSDN documentation on managing IIS via WMI?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.