Forum Discussion
Alex_Williams03
May 11, 2022Copper Contributor
Powershell for beginners? Where should I begin?
Hello Everyone, I want to take my Powershell learning to infinity and beyond. I am trying to get started in Powershell and looking for advice on where to begin. Please let me know if there are ...
LainRobertson
May 12, 2022Silver Contributor
To add two extra links to what Alan2022 already provided:
- The Microsoft PowerShell landing page:
PowerShell Documentation - PowerShell | Microsoft Docs - From below the landing page, a handy introduction to PowerShell:
Introduction - PowerShell | Microsoft Docs
There's plenty of examples to be found under the various "microsoft.com" sites (just search for the command you're interested in as the Microsoft documentation for that command frequently has good examples within it), but if you're not already familiar with it, another great site to search under is stackoverflow.com.
It's worth a quick mention that there's two PowerShell "pathways" you'll come across:
- Windows PowerShell 5.1
- PowerShell (which is the cross-platform iteration, currently referenced as version 7.x.)
My advice to you is get to know them both and worry about the differences later on when you better understand each. You'll may find yourself flip-flopping between both depending on task requirements and the customer environment.
Cheers,
Lain