/About-PowerShell

About PowerShell is educational series of videos that teach you about various aspects of PowerShell language.

Primary LanguagePowerShell

About-PowerShell

About PowerShell is educational series of videos that teach you about different aspects of PowerShell usage.

In this repository, you can find all code I've been using with "About PowerShell" series on YouTube, alongside to the link to the video so that you can jump straight in!

YouTube channel About PowerShell playlist

Videos in the series

Conference Speach - PSDayUk 2023 - Developing a Web Application with PowerShell

PowerShell Error Handling - One error at the time please

Developing a Web Application with PowerShell - Pode, the PowerFul Module

Building PowerShell module on Azure DevOps pipeline - step by step guide

Building PowerShell Module - how to organise your source files and build with ease

PowerShell Module and Manifest- create and configure your tools

PowerShell Parameter Attributes - validate, group, require params and add pipeline to your function

PowerShell function - converting script into function with parameters

PowerShell PSCustomObject - Custom Object, the way it was meant to be

PowerShell Hash Table - Storing key value pairs

PowerShell Switch Statement - Different take on branching

PowerShell For loop

PowerShell If statement - controlling the flow of your code