In this article we will learn about:
What is PowerShell?
Features of PowerShell
Applications of PowerShell
PowerShell is cross-platform task automation that includes the best of shells that accept and return .NET objects. Extensible with modules, scripts, functions and classes. It can create dynamic types through an extensible type of system and supports data formats such as XML, CSV, and JSON. PowerShell includes over 120 + command-line tools for this functionality, allowing administrators to perform tasks on local and remote systems. It provides a command line experience that is well integrated into the system.
Features of PowerShell
Pipelining
Remote Commands
Robust Command Line
Supports Parameter Aliases
Help System Built-in
Applications of PowerShell
Commands can be linked together through the pipe operators.
Remote systems can operate seamlessly
Provides Data Support
Provides Stand-alone tools
Provides Error Handling
Provides Exception Handling.
Comments