|
|
Browse by Tags
All Tags » PowerShell » Process
-
I made a GUI script for monitoring PowerShell scriptblocks:
It will take and Interval in Seconds and it will show the result in a GUI datagrid, refreshed at the set interval (by re-running the scriptBlock )
Standard if you start the Acript you get a process list refreshed every 30 seconds :
But that is just an ...
-
I did see Sung M Kim (DbmwS) answer in the newsgroup : Is there an equivalent of the DOS shell ''start /wait'' in ...
and his remark :
Now the powershell will hang after ''$notepad.WaitForExit()'' until you exit notepad.. And did think do we need Hang ? , so I started a powershell console, here is the session script : ...
|
|
|