Introduction to PowerShell

PowerShell is a task automation and configuration management framework from
Microsoft, consisting of a command-line shell and associated scripting language.
It is designed mainly for the system administrators. 
It helps IT, professionals, to control & automate the administration of the Window OS
and other applications.
It allows you to solve problems efficiently by automating manual tasks.

PowerShell is pre-installed in Windows otherwise you can download installer. 
In order to launch PowerShell for that we need to follow the given steps:

Step 1) Search for PowerShell in Windows. Select and Click

Step 2) Power Shell Window Opens



Comments

Popular Posts

How to generate a GUID in PowerShell

How to Import and Export Delimited Files, like CSV, in PowerShell

PowerShell Arithmetic Operators