Getting started with Powershell

So, now we know what is powershell, command-lets and modules. Hope you have played around with Get commands. In this blog we'll see how to install powershell and try to understand its console. We'll also discuss few shortcut keys to improve and ease out our work. Installing Powershell Windows Powershell is by-default installed on all Windows machines, starting from Windows 7 to Windows 2019. If you want to install Powershell 6 then install Powershell core instead of Windows powershell. For more info click on Installing Powershell 6 . How to find Powershell if installed in your machine or not? Go-to left corner of your Windows server(2012, 2016 and 2019)/desktop(8 and 10), and click on search button and type Powershell or Press Windows Icon from your keyboard and then type Powershell, in any of the ways you'll get powershell tool. If you are using windows 7 or windows 2008 machines then you may click on Start button and then search for Powershell keyw...