Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

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

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


in reply to How to Start a Process in a Remote Win32 Machine using Perl and WMI

Hi, can you please explain this code? It's awesome, thanks.

  • Comment on Re: How to Start a Process in a Remote Win32 Machine using Perl and WMI

Replies are listed 'Best First'.
Re^2: How to Start a Process in a Remote Win32 Machine using Perl and WMI
by Anonymous Monk on Mar 06, 2014 at 10:26 UTC

    Hi, can you please explain this code?

    Hi, maa was last here five years ago

    Also, have you read perlintro? What is it exactly that needs explanation, and why?

      Hi since I posted i've done some research and things are starting to clear up I guess.

      At this point i'm just kind of stuck on winmgmt objects and how to create these with different parameters and what they all mean. Also, he seemed to initialize the objects with one statement opposed to the other way I've saw it done.

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

      But he has added ...

      .. , (security)}//$remote_computer\\root\\cimv2");

      So idk at the moment winmgmt objects are confusing me and I don't know what documentation will clear this up or what to look at to find a parameter list and things for the meaning of cimv2. Also how he has constructed the objects for the remote servers is beyond me at this point and seems pretty slick. What do you think?I am trying to delve deeper into these windows objects I suppose. I am going to keep hacking away at it

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found