A beginners guide to Powershell - Part 1
What is Powershell?
Powershell is an open source, task-based command-line shell and scripting language. It is specifically designed for sys-admins and power-users to automate the administration of multiple systems (Linux, Windows etc.) and the processes related to applications running on those systems.
Where do I get Powershell?
Powershell comes pre-installed on Windows Operating Systems (Windows 7 / Server 2008 and upwards).
A windows installer for the current version (5.1) can be downloaded here: microsoft.com
And the source code can be found here: github.com
The Powershell ISE
The Powershell Integrated Scripting Environment (short ISE) is a host application for Powershell. In ISE you can run commands, write, test and debug scripts in a Windows-based GUI.
Some of the features include:
- Tab completion
- Syntax coloring
- Selective execution
- Context-sensitive help
You can start the ISE by just clicking on Start and then entering "ise", that should bring up the right entry:
Alternatively press Windows+R and enter powershell_ise.exe
What´s next?
In the next parts I will introduce you to the Powershell console and the basic concepts of the Powershell language (Syntax, Variables, logical constructs, all the good stuff). If you have questions or suggestions feel free to let me know.
Leave A beginners guide to Powershell - Part 1 to:
Read more #powershell posts
Best Posts From PowerPaul
We have not curated any of redbaron90's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From PowerPaul
- Hi I´m Paul, nice to meet you 😊
- A beginners guide to powershell – Part 3 – Variables
- Winter hues
- carVertical Token now listed on CoinmarketCap
- A snowy winter night
- A beginners guide to Powershell - Part 2 - Getting started with Powershell ISE
- Berlin in the evening
- Corn field on a sunny day
- carVertical Token to be listed on Kucoin
- A beginners guide to Powershell - Part 1