Let’s start with Powershell – part1
What’s a Powershell PowerShell is provided by Microsoft Corporation and is a very usable and powerful scripting language. It’s an object oriented shell. The standard form of the command in Powershell is: verb-noun verb is indicating the action and a noun indicating the object for example: get-childitem, remove-Item PowerShell itself…