in reply to How to generate a process list from a Remote XP Machine using Perl and WMI
$wmi = Win32::OLE->GetObject($class) || die "Cannot connect to machine: $class - " . Win32::OLE->LastError( +);
You are sure that the remote machine has WinMgmts.exe installed - if not, it won't support WMI.
|
|---|