Mindblown: a blog about philosophy.

  • Features of PowerShell: 10

    Constrained runspaces:  It allows the creation of PowerShell runspaces with the set of constraints which includes the ability to access and execution of scripts, cmdlets, and language elements.

  • Features of PowerShell: 9

     Steppable pipeline:  This feature allows the splitting of script blocks into a steppable pipeline. And then it gives the option to call the begin(), process(), and end() methods of script block to control the execution sequence.

  • Features of PowerShell: 8

    8. Tab expansion:  Tab expansion is an implementation of auto-completion, which completes the cmdlets, properties, and parameter names by pressing the Tab key once.

  • Features of PowerShell: 7

    Script debugging:  It is a feature of PowerShell to examine the script, function, command, or expressions while PowerShell is running. PowerShell script debugger includes the set of cmdlets which allow to set and manage breakpoints and view the call stack.

  • Features of PowerShell: 6

    PowerShell remoting:  This feature of Windows PowerShell allows the execution of cmdlets on remote systems which help to manage the set of remote computers from one single machine.

  • Features of PowerShell: 5

    Error-handling:  Windows PowerShell provides the error-handling mechanism through the Try{ }, Catch { }, and Finally {} blocks as in .NET language.

  • Features of PowerShell: 4

    Scheduled job:  It is similar to the background job. Both the jobs execute asynchronously in the background without affecting the interface, but the main difference is that the background jobs are started manually.

  • Features of PowerShell: 3

     Background job:   Background job: Windows PowerShell introduced the concept of background jobs that run scripts and cmdlets asynchronously on the remote and local machines in the background without affecting the user interface or interacting with the console.

  • Features of PowerShell: 2

    Desired State Configuration:  DSC is the feature of a Windows PowerShell which provides a collection of language extensions, resources, and cmdlets that can be used to configure the software declaratively.

  • Features of PowerShell: 1

    Before beginning with the deeper concept of PowerShell, let’s take a look at the significant features of PowerShell scripting language that makes it different from other scripting languages. 1. Windows PowerShell Workflow: Workflow capabilities have been introduced in Windows PowerShell version 3.0. It is designed particularly to help us by performing long-time and effort-consuming complex tasks…

Got any book recommendations?