Win32_Product via WMI?
I don't think that installs itself by default on a 2003 server which may render it fairly useless. It simply provides WMI access to the Uninstall list which may make it worth installing because it allows this:
Get-WMIObject Win32_Product -Computer "SomeRemoteSystem"
See the note here on installation:
http://blogs.technet.com/h
If that's no good, the registry is remotely accessible, but less easy to work with since you wouldn't have the Provider you've got above.
Chris
Main Topics
Browse All Topics





by: ndalmolin_13Posted on 2009-10-30 at 09:08:19ID: 25704347
I just found an article that states I can't use the get-childitem on a remote computer. I'm going to assume that this is correct, so how do I query a remote computer's registry?
Thanks,
Nick