Getting Started
Lesson 1 of 1
  1. 1
    Welcome to Learn PowerShell. Whether you work in DevOps or SysAdmin roles or want to add PowerShell to your digital toolbox, this lesson’s content will get you started with this powerful command-li…
  2. 2
    PowerShell is a command-line shell and scripting language. This means that we can run individual commands within the terminal as well as create and execute more complex scripts. Both are equally us…
  3. 3
    Running commands in PowerShell can help us accomplish many different tasks. PowerShell commands are called CmdLets, which is pronounced command-lets. Their names help us understand their action b…
  4. 4
    When working in the PowerShell terminal, a few practical actions can make running commands easier. ##### Command Completion If you type in only a few letters of a command and then hit the Tab ke…
  5. 5
    Well-executed PowerShell commands can accomplish a lot, but sometimes we must perform complex tasks requiring multiple commands. In such cases, we can write a PowerShell script and run it in the te…
  6. 6
    Great work getting through this primer on PowerShell! We covered several topics, such as: - How PowerShell can automate our work within an operating system - Common commands such as: - Get-Date …

How you'll master it

Stress-test your knowledge with quizzes that help commit syntax to memory