Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

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 ( [id://1077213]=note: print w/replies, xml ) Need Help??


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

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?

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

Replies are listed 'Best First'.
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

    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://1077213]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found