$server="serverName"
$handels = [WmiSearcher]'Select * from Win32_Process where Handlecount >
1000'
$handels.scope.path="\\$server\root\cimv2"
$handels.get()
---
Shay Levy
Windows PowerShell MVP
http://blogs.microsoft.co.il/blogs/ScriptFanatic
t> yea thats were I got most of my examples but I don't think it shows
t> me an example of what I'm trying to do!
t>
t> it shows the wmisearcher example but not with a remote server as the
t> object.. Am I stupid and just missed something or what?
t> thanks
t> tr
t> "Shay Levy [MVP]" wrote:
t>