Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
pslist from sysinternals
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Thufir  
View profile  
 More options May 17 2008, 7:53 pm
Newsgroups: microsoft.public.windows.powershell
From: Thufir <hawat.thu...@gmail.com>
Date: Sat, 17 May 2008 16:53:00 -0700 (PDT)
Subject: pslist from sysinternals
Does the powershell have:

http://technet.microsoft.com/en-us/sysinternals/bb896682.aspx

built-in to see processes and DLL's?

I would want to list all the DLL's for a specific process, which can
be done with the above link to pslist, but perhaps that capability is
built-in to the powershell?

thanks,

Thufir


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Keith Hill [MVP]  
View profile  
 More options May 17 2008, 9:21 pm
Newsgroups: microsoft.public.windows.powershell
From: "Keith Hill [MVP]" <r_keith_h...@mailhot.moc.no_spam_I>
Date: Sat, 17 May 2008 19:21:02 -0600
Local: Sat, May 17 2008 9:21 pm
Subject: Re: pslist from sysinternals

"Thufir" <hawat.thu...@gmail.com> wrote in message news:4361a6e8-f0c6-4fe0-a49b-d92d9a3bc7ca@j22g2000hsf.googlegroups.com...
> Does the powershell have:

> http://technet.microsoft.com/en-us/sysinternals/bb896682.aspx

> built-in to see processes and DLL's?

> I would want to list all the DLL's for a specific process, which can
> be done with the above link to pslist, but perhaps that capability is
> built-in to the powershell?

Yes it has the capability built-in:

PS> Get-Process

Handles  NPM(K)    PM(K)      WS(K) VM(M)   CPU(s)     Id ProcessName
-------  ------    -----      ----- -----   ------     -- -----------
    102       3    11092       9044    45            1324 audiodg
    762       8     1728       3560    77             624 csrss
    639      12     4332       9676   159             688 csrss
    132       5     2968       6156    75     0.95   2800 DPAgnt
    206      12    15528      11912   110             736 DpHost
    190       8   107700      68304   231   416.89   3924 dwm
    495      10    22628       9156   139     3.66   3920 EDICT
     68       3     1400       3692    52     1.03   4060 ehmsas
     95       4     1752       2564    72     0.36   2592 ehtray
    634      26    28896      33932   215 1,081.88   4004 explorer
    541      22    90640      71584   287   125.86   2920 FeedDemon
     91       3     1784       5052    65     1.75   4824 FlashUtil9e
     43       2     1084       2876    52     0.09   3424 hpwuSchd2
      0       0        0         12     0               0 Idle
    426      11     9180      12828   118    10.13   3056 ieuser
   1000      40   153556     126384   430   914.27   5576 iexplore
    182       7     5932       8264   100    38.30   2780 ipoint
...

and try this to get all the DLLs for a specific process:

PS> Get-Process PowerShell | Select ProcessName -Expand Modules

   Size(K) ModuleName        FileName
   ------- ----------        --------
       340 powershell.exe    C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe
      1180 ntdll.dll         C:\Windows\system32\ntdll.dll
       876 kernel32.dll      C:\Windows\system32\kernel32.dll
       792 ADVAPI32.dll      C:\Windows\system32\ADVAPI32.dll
       780 RPCRT4.dll        C:\Windows\system32\RPCRT4.dll
...

--
Keith


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thufir  
View profile  
 More options May 17 2008, 11:15 pm
Newsgroups: microsoft.public.windows.powershell
From: Thufir <hawat.thu...@gmail.com>
Date: Sat, 17 May 2008 20:15:16 -0700 (PDT)
Local: Sat, May 17 2008 11:15 pm
Subject: Re: pslist from sysinternals
On May 17, 6:21 pm, "Keith Hill [MVP]"
<r_keith_h...@mailhot.moc.no_spam_I> wrote:

[...]

> PS> Get-Process PowerShell | Select ProcessName -Expand Modules

that's awesome, thanks!

-Thufir


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google