This recently developed command-line shell and scripting language is specifically designed for automating system administration tasks. This powerful tool, built on the .NET Framework, empowers both IT professionals and developers to efficiently manage and automate various operations related to Windows and applications.
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.
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.
Offers basic functionality such as reading and erasing diagnostic trouble codes
Help the hero find his way back to his family by collecting the meteor shards
Mix ‘n’ match features to create your own personal game contestant look
In this game you are able to fly a plane and shoot down others is loads of fun
Your baby is full of curiosity and boundless energy
This is a coloring book for your child. Your child can color the contours
An exciting simulation in which children take part in an archaeological dig
Comments