When I started, I was not sure how to learn Powershell because thee are so many Cmdlets, later I realized I needed to remember only two Cmdlets 🙂
Step 1) Pick a topic you are currently working on or might enjoy most (Ex: Power Platform, SharePoint, Exchange)
Step 2) Install prerequisite modules
Step 3) Use Get- help, ex: Get-Help Format-Table -Examples
Step 4) Use Get-command ex: Get-Command -Name App*
Step 5) Google/bing to solve the issues you will get while learning 😀
How did you learn Powershell when you started? Feel free to leave a comment and let me know.
Leave a Reply