Hello all,
I have been tasked with setting up some W2K8 R2 boxes running IIS 7 for a custom application. According to the application documentation, this WMI class is required for some scripts to run. From what I read in the docs, they were written in a Windows Server 2003 frame of reference. My issue is this:
The docs say that following classes should be available or it will not work:
1) Win32_PerfFormattedData_InetInfo_InternetInformationServicesGlobal
2) Win32_PerfFormattedData_W3SVC_WebService
Item 2 is on the server, Item 1 is not and the servers are brand new with IIS 7 installed and running. I have Googled this to death and it appears that item 1 is an IIS 6 on 2003 class and is not included in IIS 7 on W2K8, but there is nothing definitive.
So, the question is, "Am I correct in my assumption?"