Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
PowerShell: Step-by-step
Rating: 4.6 out of 5(7,182 ratings)
30,371 students

PowerShell: Step-by-step

Windows 10 and 11, Windows Server 2016, 2019 and 2022
Created byKevin Brown
Last updated 10/2025
English

What you'll learn

  • Understand PowerShell principles and tools
  • Manage processes and services using PowerShell
  • Manage scripts using PowerShell ISE
  • Using different versions of PowerShell
  • How to use PowerShell Help
  • Automate tasks
  • Use of the Pipeline
  • How to create transcripts
  • Work with Object Members
  • Create hash tables
  • create arrays
  • Use operators and parameters
  • Use WMI and CIM commands
  • Proper use of variables
  • Understand execution policy levels
  • Create scripts based on ForEach and ElseIf constructs
  • Use PowerShell remoting
  • How to use Aliases

Course content

27 sections54 lectures6h 7m total length
  • Course Introduction3:18

    PowerShell course introduction

  • IMPORTANT: Udemy Player Settings1:12

    Udemy has had issues with some videos having moments of blurred screens. The cause of this is the Auto (1080p) setting in the Udemy player that dynamically changes at times. The recommendation is to change the Udemy player setting to 720p- that will stop all blurriness in Udemy videos.

  • Playback Speed0:28

Requirements

  • A basic understanding of Windows client and server Operating Systems

Description

Many have been fearful of learning PowerShell because they have no experience with programming languages. PowerShell is a powerful scripting language and a command-line interface. Understanding the use of PowerShell will allow you to automate many tasks. There are also many settings that can only be managed using PowerShell. This is true of Windows 10 and Windows 11, Windows Server 2016 through Windows Server 2022, Exchange, SharePoint and many System Center products.

In this course you will learn how to user various powershell tools

How to alter command using parameters

Use Powershell Help and Get commands to refine syntax and correct errors

Uses Aliases

Combine multiple commands using the powershell pipeline

Use a transcript to record all commands types within a powershell session

Search for items or properties using operators like equal to, not equal to, or like

Learn to restrict powershell commands from executing on specific systems for security reasons.

Create various types of powershell scripts.

Create your own powershell commands user powershell functions

Learn how to remotely manage multiple clients and servers using powershell

Query hardware on local and remote computers using WMI and CIM. Run queries like identifying printer settings, local accounts on a computer, motherboard settings, BIOS/Firmware settings, battery health for laptops, and much more.

Hands-On Examples

Every command and script that this course covers is demonstrated. Sample scripts are available for download, containing many of the commands that I run in the lessons.

Follow along on your own computer or in a virtual Microsoft online lab, for free.

Be sure to watch some of the demo videos for this course!

Who this course is for:

  • Admininstartrors that need to learn how to complete tasks using PowerShell
  • Those that have a solid understanding of managing settings using the GUI, that want to learn to manage settings using PowerShell