Browse by Tags

All Tags » Process (RSS)

Process information

Recent forum question got me thinking about retrieving process information. In this case it was about a processes Working Set   Standard response is PS> Get-Process powershell | select *working* MaxWorkingSet    : 1413120 MinWorkingSet   ...
Posted by RichardSiddaway | with no comments
Filed under: ,

Processor % usage

In this post - http://msmvps.com/blogs/richardsiddaway/archive/2011/08/07/top-processes-by-resource.aspx – I looked at wrapping the Get-Process cmdlet in a function so that we could always get the top N sorted by a number of criteria. I was asked if this...
Posted by RichardSiddaway | with no comments
Filed under: ,

Start-Process

In this post - http://richardsiddaway.spaces.live.com/default.aspx?_c01_BlogPart=blogentry&_c=BlogPart&handle=cns!43CFA46A74CF3E96!2262 - I showed different ways of starting a process. Now that a post CTP3 version of PowerShell v2 is available...
Posted by Richard's space
Filed under: , ,