Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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


In reply to Re^3: How to Start a Process in a Remote Win32 Machine using Perl and WMI by fio
in thread How to Start a Process in a Remote Win32 Machine using Perl and WMI by maa

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-23 10:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found