Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
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??


in reply to Re^2: 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 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

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

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 rifling through the Monastery: (2)
As of 2024-04-26 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found