Start Learning PowerShell - Essential Commands - Demos included

I wanted to make a quickie on how to start learning PowerShell. I hope you enjoy!

Commands:

Extra tip for auto-completion in PowerShell: Add file Profile.ps1 in your folder: C:\Users\ChrisDale\Documents\WindowsPowerShell\ Add content: Set-PSReadlineKeyHandler -Key Tab -Function Complete

https://into.bio/chrisdale