Category: 3. Features of PowerShell

  • 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…