Hi all, I'm trying to remotely execute a WMI query using C++ code. I get connected succesfully, but when I execute the query I get a DCOM "access denied" error. When I create on this remote machine a username and password equal to the one i use locally, it all works fine. So this has to do with the security settings within the CoSetProxyBlanket and CoQueryProxyBlanket DCOM functions. I'm using the microsoft example on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/example__getting_wmi_data_from_a_remote_computer.asp[^] Who can help me out?:) Thanks in advance!
M
mocrotronics
@mocrotronics