Windows PowerShell 1.0

Free Powershell improves system administration functionalities of DOS Prompt
3.8 
Rating
Your vote:
Latest version:
7.3.6 See all
Developer:
Screenshots
1 / 7
Awards (4)
Show all awards
Software Informer Editor Rating 5
Download
Free  

Windows Powershell is an addition to the old DOS program that is still a part of wiondows. Even in Vista, we can use DOS commands. The only difference being 32 bit operation. Now, DOS shell is used only by system administrators and power users who want to change advanced system settings or use programs like telnet, ftp, etc. It can be run as a separate program or by typing "powershell" in DOS. But all the same. Its just like a part of DOS.

Powershell is a tool which improves its functionality even further. It has a powerful set of tools and commands which can be used for system administration and automation. Previously, we were using JScript ( Java Script ) and VB Script for this purpose. Here, its all available in powershell. It is also more secure than the Java Script and VB Script.

Windows PowerShell is easy to learn, and use. Anyone with a prior knowledge on how to run dos commands can learn this.
Powershell is Object Oriented.
In powershell, any command or variable is called "commandlet", a type of object.
Eg:-

Get-Process
-lists all runnig processes

Get-Process
-stops the process specified.

One example of its power!

Get-Process | Stop-Process

-will stop any process listed by Get-Process by Stop-Process, even if the process is running under "SYSTEM" username. So, your computer restarts automatically (upto windows xp). In Vista, it will happen only if you haven't enabled UAC (User Account Control) which makes any admin, a regular user.

Powershell has the capability to sign the files. Means, think about if we have the capability to sign a batch file! It will be more secure. Powershell do not run script files unless you specify a path. So, no one can hijack a command.

Even if it has many security features, any novice who is excited about doing experiments in this one can severely damage his/her system.

ZM Senior editor
Zack Martin
Editor rating:
rating

Review summary

Pros

  • Powerful tool
  • Object Oriented
  • Easy to learn

Cons

  • Can get dangerous in wrong hands, i mean the "Powerful Tool" in advantage itself is the disadvantage

Comments (4)

3.8
Rating
107 votes
5 stars
57
4 stars
16
3 stars
8
2 stars
10
1 stars
16
User

Your vote:

S
Stevej
I have v. 5.1.

Was it helpful?  yes(0) no(0) | Reply
B
rating BlThunder
Nice

Was it helpful?  yes(1) no(0) | Reply
R
rating Rohit Agarwal
awesome scripting tool

Was it helpful?  yes(1) no(0) | Reply

Related software

MySQL Shell
MySQL Shell
Free
rating

Executes code written in SQL, Python and JavaScript.

Windows Azure Command Line Tools
Windows Azure Command Line
Free
rating

Command Line Tools provides a set of open source, cross-platform commands.

Janotech Unix Shell
Janotech Unix Shell
Free
rating

Provides a complete Unix-like programming environment for the Windows OS.

Windows Azure PowerShell for Node.js
Windows Azure PowerShell
rating

Implements a simple web application in Node.js using a popular web framework

Script Command Client
Script Command Client
Free
rating

Primary purpose of script commands is to enable the construction of interfaces

Related suggestions

Extensions

Tags

Windows PowerShell System commands Running process Stop process Computer system Windows Control Script Shell Automation