I'm pretty new to IIS so forgive me if my question is worded wrong, or I'm asking a simple question.
I am trying to use a website that contains a WMI query. I want users within an intranet environment to be able to query remote machines.
If I run the page from the IIS hosting server I successfully can query a remote machine. But if I connect to the same page from another desktop, and try the wmi query I get access denied. But if I use the same desktop again and point the wmi query to the IIS server I can run the query.
I have windows authentication set on the web site.
Any help on this would be great, thanks
James