PowerShell

From Wikiversity
Jump to navigation Jump to search

Part of the Information Technology School

PowerShell (including Windows PowerShell and PowerShell Core) is a task automation and configuration management framework from Microsoft available since 2006, consisting of a command-line shell and associated scripting language built on the .NET Framework. Initially a Windows component only, PowerShell was made open-source and cross-platform on 18 August 2016.[1]

This entire Wikiversity course can be downloaded in book form by selecting Download Learning Guide in the sidebar.

Approach[edit | edit source]

Many PowerShell tutorials approach PowerShell from a command-line scripting and automation perspective, assuming that you already know programming. This course takes a more traditional academic introduction to programming approach, with the assumption that once you understand programming using the PowerShell language, you will be able to use other resources to develop the scripts you need.

Preparation[edit | edit source]

This is a third-semester, college-level course. Learners should already be familiar with introductory computer concepts and computer support concepts.

Resources[edit | edit source]

The lessons in this course use a variety of information resources. All are free, but some require registration in order to access them. On Wikiversity, every effort is made to avoid this type of resource unless the quality of the resource clearly outweighs the nuisance factor. The online book Master-PowerShell | With Dr. Tobias Weltner at PowerShell.com is a high quality resource, and provides the option of opting out of any contact.

Lessons[edit | edit source]

  1. Introduction
  2. Console
  3. ISE
  4. Variables
  5. Expressions
  6. Conditions
  7. Loops
  8. Arrays and Hash Tables
  9. Functions
  10. Errors
  11. File System
  12. Registry
  13. Systems Management
  14. Event Logs
  15. Additional Topics

Examples[edit | edit source]

See Also[edit | edit source]

Bibliography[edit | edit source]

References[edit | edit source]

Educational level: this is a tertiary (university) resource.
Completion status: this resource is considered to be complete.