Showing results for processes - Scripting Blog [archived]

Mar 2, 2013
0
0

Weekend Scripter: Use PowerShell to Display Process Name and Uptime

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create a custom table that displays the process name and uptime. Microsoft Scripting Guy, Ed Wilson, is here. Sometimes it seems as if the Scripting Neighbors are crazy. Yep, it is early on a Saturday morning, and at least one of my neighbors is outside mowing the ...

Scripting Guy!Windows PowerShellscripting techniques
Feb 28, 2013
0
0

Use PowerShell to Explore Process Threads in Windows

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy talks about using Windows PowerShell to explore process threads in Windows.  Hey, Scripting Guy! I have a problem. On our system, every once in a while, we have this application where the threads go crazy. I need an easy way to check threads. Can you help? —BC  Hello BC, Microsoft Scripting Guy, Ed W...

Scripting Guy!Windows PowerShellscripting techniques
Jul 5, 2012
0
0

Use PowerShell to Duplicate Process Tokens via P/Invoke

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Niklas Goude, shows how to use P/Invoke to duplicate process tokens from LSASS to elevate privileges. Microsoft Scripting Guy, Ed Wilson, is here. Today we have Part 4 of our five part security series written by guest blogger, Niklas Goude. Niklas Goude is a Security Consultant at TrueSec and an MVP in Windows PowerShell. In...

Scripting Guy!Windows PowerShellguest blogger
Jan 6, 2012
0
0

PowerShell Community and the Windows System Administration Tool

Doctor Scripto
Doctor Scripto

Summary: See how guest blogger, Rich Prescott, leveraged the Windows PowerShell community as he built his popular ArPosh Client System Administration tool. Microsoft Scripting Guy, Ed Wilson, is here. We are really starting the new year off correctly. We have another very strong guest blogger today. Rich Prescott, is currently working as an infrast...

Scripting Guy!Windows PowerShellguest blogger
Sep 6, 2011
0
0

Learn How to Save PowerShell Objects for Offline Analysis

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to save objects for later offline analysis.   Hey, Scripting Guy! I have a problem. I am trying to examine processes that are consuming resources on my computer. The problem is that when I use the Get-Process cmdlet, my results keep changing before I have a chance to examine thoroughly the output fr...

Scripting Guy!Windows PowerShellscripting techniques