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...
View ArticlePowerShell Tips : How to find all DSC related cmdlets
It’s very easy to find the PowerShell “Desired State Configuration” cmdlets. Just run the below command , and it will show you all DSC related Cmdlets. Get-Command -Module PSDesiredStateConfiguration...
View ArticlePowerShell Tip : Finding all DSC Resources
As, you know after reading my all previous posts of “Desired State Configurations” that, DSC is all depends on Resources, and the questions arise, how do you find all of the DSC resources. The Answer...
View ArticlePowerShell and DSC : Using File Resource
· Introduction of Windows PowerShell “Desired State Configuration”. · Installing Windows PowerShell 4.0 [Windows Management Framework 4.0]. · Getting Started With Desired...
View ArticleUsing Windows PowerShell Desired State Configuration Registry Resource
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...
View ArticleUsing Windows PowerShell Desired State Configuration Archive Resource
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...
View ArticleUsing Windows PowerShell Desired State Configuration Archive Resource
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...
View ArticleHow to Use Windows PowerShell Desired State Configuration Group Resource.
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...
View ArticleHow to Use Windows PowerShell Desired State Configuration Group Resource.
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...
View ArticleUsing Windows PowerShell Desired State Configuration User Resource
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...
View Article