Powershell Basics Part -1
Basics Of Powershell - Part 1 PowerShell is used for automation of tasks , configuration and for scripting purposes , learning powershell will make our lifes a lot easier than we think and a pentester learning basics of powershell is always going to benifit us as most of the industries use windows and these are the small things that sets apart from the rest ! So lets dive into it Getting Started with Powershell : Lets lauch powershell Just go and search "powershell" in the windows search bar and hit enter Fig : 1.0 Fig : 1.0 To lauch it as an adminsitrator we can by right clicking it and run it as administrator or you can simply press ctrl+shift+enter Fig : 1.1 In Fig : 1.1 we can see our beautiful baby powershell In Linux the things we execute are know as commands and here it is a bit different , they are known as commandlets .And there are literally thousands of commandlets that can be executed in powershell Before we get to execute thes...