Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekamilpro/About-PowerShell
About PowerShell is educational series of videos that teach you about various aspects of PowerShell language.
https://github.com/thekamilpro/About-PowerShell
powershell pwsh scripting tutorial video youtube
Last synced: 3 months ago
JSON representation
About PowerShell is educational series of videos that teach you about various aspects of PowerShell language.
- Host: GitHub
- URL: https://github.com/thekamilpro/About-PowerShell
- Owner: thekamilpro
- Created: 2021-07-03T11:48:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T19:50:35.000Z (over 1 year ago)
- Last Synced: 2024-05-23T00:32:48.052Z (6 months ago)
- Topics: powershell, pwsh, scripting, tutorial, video, youtube
- Language: PowerShell
- Homepage: https://www.youtube.com/c/kamilpro
- Size: 81.1 KB
- Stars: 16
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- jimsghstars - thekamilpro/About-PowerShell - About PowerShell is educational series of videos that teach you about various aspects of PowerShell language. (PowerShell)
README
# 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](https://www.youtube.com/c/KamilPro)
[About PowerShell playlist](https://www.youtube.com/playlist?list=PL-esmhgrps8Zv9bAHesStPRQ1AiUL1wY3)## Videos in the series
[Conference Speach - PSDayUk 2023 - Developing a Web Application with PowerShell](https://www.youtube.com/watch?v=3m1RKykoWtU)
[PowerShell Error Handling - One error at the time please](https://youtu.be/-rQTBuaIVS8)
[Developing a Web Application with PowerShell - Pode, the PowerFul Module](https://youtu.be/N-yjDGzEYak)
[Building PowerShell module on Azure DevOps pipeline - step by step guide](https://youtu.be/RZzmdF1iI7E)
[Building PowerShell Module - how to organise your source files and build with ease](https://youtu.be/lKO_LPMfV1Y)
[PowerShell Module and Manifest- create and configure your tools](https://youtu.be/xPQq0ui8j78)
[PowerShell Parameter Attributes - validate, group, require params and add pipeline to your function](https://youtu.be/hJIAK3qjlZQ)
[PowerShell function - converting script into function with parameters](https://youtu.be/VGzEbEUfZCU)
[PowerShell PSCustomObject - Custom Object, the way it was meant to be](https://youtu.be/DAVGyCytsqM)
[PowerShell Hash Table - Storing key value pairs](https://youtu.be/oti2l8EmAT8)
[PowerShell Switch Statement - Different take on branching](https://youtu.be/EqJ0lBO1rM4)
[PowerShell For loop](https://youtu.be/YQnBVn-9SN0)
[PowerShell If statement - controlling the flow of your code](https://youtu.be/j8Ubwv8ApdU)