I\'m using the following code to connect to remote machine using WMI:
ConnectionOptions connOptions = new ConnectionOptions(); connOptions.Imperso
If you under Win7 you must run app as an administrator. You can also try different values for connOptions.Impersonation property. Did you open RPC port on a remote machine? Try turning off firewall altogeter on both machines.