PowerShell - Part 11

Опубликовано: 17 Февраль 2026
на канале: TechTalk Education
61
6

In this video we'll continue to go down the road learning more about PowerShell and its commands.

We'll talk about Windows services, which are very important to understand for anyone working in IT or cybersecurity, and the commands that allow you to manipulate them programmatically via a script.

Additionally, we'll talk about a thing called "pipelining," in which you use the "pipe" key to redirect the action to another process. Redirection operators are extremely powerful and important for folks in IT/Cyber.