Chapter 14. Taming Processes and Services

Processes are like living organisms that inhabit a running operating system. They are the entities that do all the work—they munch on all the data and pass it to each other. While much work can be done from within PowerShell only, sooner or later we will have to interact with one of the processes on our system. All shells provide facilities for managing running programs and so does PowerShell. Its process and service management facilities can extract information about processes and manipulate process instances by working directly with objects that represent them. We have convenient, object-oriented commands that give us great flexibility when extracting data or modifying state. The combination of the ...

Get Pro Windows PowerShell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.