May 3rd, 2007

PowerShell Description

PowerShell Team
PowerShell Team

Following Slashdot’s review of Bruce’s book (PowerShell in Action ), a ton of people chimed in with comments. One of the most interesting as this one from nacturation:

  • Imagine someone gave you some library code, but to use the code you couldn’t pass in variables, objects, or whatever. Each function in the library takes one input — a string. The return from the functions are also one output — a string. You need to convert this to/from any meaningful format in order for you to use it. That is bash.

    Now imagine the same thing, but instead of passing in strings you could pass in/out native data types, full objects, other methods, etc. That’s PowerShell.
     

Well said.

Jeffrey Snover [MSFT]
Windows Management Partner Architect
Visit the Windows PowerShell Team blog at: http://blogs.msdn.com/PowerShell
Visit the Windows PowerShell ScriptCenter at: http://www.microsoft.com/technet/scriptcenter/hubs/msh.mspx

Category
PowerShell

Author

PowerShell Team
PowerShell Team

PowerShell is a task-based command-line shell and scripting language built on .NET. PowerShell helps system administrators and power-users rapidly automate tasks that manage operating systems (Linux, macOS, and Windows) and processes.

0 comments

Discussion are closed.