fbpx

INTRODUCTION TO WINDOWS POWERSHELL INTEGRATED SCRIPTING ENVIRONMENT (ISE)

INTRODUCTION TO WINDOWS POWERSHELL INTEGRATED SCRIPTING ENVIRONMENT (ISE)

INTRODUCTION TO WINDOWS POWERSHELL INTEGRATED SCRIPTING ENVIRONMENT (ISE)

PowerShell ISE is a quick and easiest way to execute and create scripts for windows power shell. This blog post will cover basics of PowerShell ISE on windows 8.

1. Starting Windows PowerShell ISE

a. Start windows PowerShell in Administrator mode

01

b. Once PowerShell is loaded type PowerShell_ISE in PowerShell window and Hit Enter. Make sure to check that PowerShell window is opened with Administrator rights. You can check the Administrator on title bar

02_thumb

c. PowerShell ISE contains mainly 3 sections

12122013110454AM_thumb_(1)

i. Command List:

Command list contains list of all the commands which can be executed on powershell window

ii. Scripting Pane:

Scripting pane is used to write longer scripts for windows PowerShell. These scripts can be used for

distribution to various computer systems as well.

iii. PowerShell Pane:

PowerShell pane gives out put to the PowerShell Scripting as well as it can be used to input

PowerShell commands