PowerShell

Configuring Dependencies in "Desired State Configuration" script in PowerShell

1.  Introduction of Windows PowerShell “Desired State Configuration”. 2.  Installing Windows PowerShell 4.0 [Windows Management Framework 4.0]. 3.  Getting Started With Desired State Configuration: DSC Syntax. 4.  Review of Desired State Configuration: The 3 easy steps. 5.  Write your First Desired State Configuration Script using ROLE Resource. 6.  Run your first “DSC” PowerShell Script.  … Continue reading Configuring Dependencies in "Desired State Configuration" script in PowerShell

PowerShell

Run your first "DSC" PowerShell Script.

1.       Introduction of Windows PowerShell “Desired State Configuration” 2.      Installing Windows PowerShell 4.0 [Windows Management Framework 4.0] 3.      Getting Started With Desired State Configuration: DSC Syntax 4.      Review of Desired State Configuration: The 3 easy steps. 5.      Write your First Desired State Configuration Script using ROLE Resource.     In my previous blog post we… Continue reading Run your first "DSC" PowerShell Script.

PowerShell

Review of Desired State Configuration : The 3 easy steps.

  1.      Introduction of Windows PowerShell “Desired State Configuration” 2.     Installing Windows PowerShell 4.0 [Windows Management Framework 4.0] 3.      Getting Started With Desired State Configuration: DSC Syntax   N my previous blog post, I have shared the syntax of the DSC configuration file. Today  we are going to review the basic steps of the… Continue reading Review of Desired State Configuration : The 3 easy steps.

PowerShell

Getting Started With Desired State Configuration: DSC Syntax

1.  Introduction of Windows PowerShell “Desired State Configuration”2.  Installing Windows PowerShell 4.0 [Windows Management Framework 4.0] The Windows PowerShell Desired State Configuration is mainly contains three parts. 1.      Configuration Block a.      Support Parameters too using Param( ). 2.      Node Block a.      We can have one or more “Node Blocks” 3.      Resource Block a.      We can… Continue reading Getting Started With Desired State Configuration: DSC Syntax