Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: How to Start a Process in a Remote Win32 Machine using Perl and WMI

by fio (Initiate)
on Mar 07, 2014 at 13:37 UTC ( [id://1077379]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    my $obj = Win32::OLE->GetObject( 'winmgmts{impersonateLevel=impersonat
    +e}' );  
    foreach $process( in $obj->InstaceOf("Win32_Process")){
       #iterate through the list of LOCAL processes
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1077379]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-19 00:22 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found