Powershell History
•Introduced in 2006
•Implemented as an engine that can be embedded in a GUI or used directly as a CLI
•Windows PowerShell (PS) is different from traditional shells
•Shell does not use text as the basis for interaction with the system, but uses an object model based on the .NET platform
•The Windows PowerShell(PS) promotes positive, logical interaction with the data retrieved from the system.
•The data that is retrieved from the system has the form of structured data, or objects
•The list of built-in commands is much larger; this is done to ensure that the interaction with the object model is accomplished
(Visited 3 times, 1 visits today)