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