May 11th, 2015

MSIgnite BRK4452 – Writing Windows PowerShell DSC Resources and Configurations

PowerShell Team
PowerShell Team

Recordings of  MS Ignite 2015 session BRK4452Writing Windows PowerShell DSC Resources and Configurations are now available online.

As mentioned in the session you can download the demo modules using the following code:

 

 Find-Module -Tag BRK4452 -OutVariable Modules 

$Modules | % {Install-Module -Name $_.Name -Verbose -Force}

 

 

Happy Scripting !!!

 

Narayanan Lakshmanan

Principal Software Engineering Manager

Windows PowerShell Team

 

 

Author

PowerShell Team
PowerShell Team

PowerShell is a task-based command-line shell and scripting language built on .NET. PowerShell helps system administrators and power-users rapidly automate tasks that manage operating systems (Linux, macOS, and Windows) and processes.

0 comments

Discussion are closed.