1 / 9

Getting Started with the PowerShell DSC Toolkit

Getting Started with the PowerShell.org DSC Toolkit. Jason Hofferle www.Hofferle.com @ jhofferle. Agenda. Identify the problem Summary of DSC Demo Solution Workflow Questions. What is the problem?. Manual configuration of servers Dev -> Test -> Prod builds Initial documentation

filia
Télécharger la présentation

Getting Started with the PowerShell DSC Toolkit

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Getting Started with the PowerShell.org DSC Toolkit Jason Hofferle www.Hofferle.com @jhofferle

  2. Agenda • Identify the problem • Summary of DSC • Demo • Solution Workflow • Questions

  3. What is the problem? • Manual configuration of servers • Dev -> Test -> Prod builds • Initial documentation • Maintaining configuration in all environments • Documenting changes over time • Validating configuration during outages

  4. Configuration

  5. Resource

  6. DSC Leverage Graphic from TechEd North America 2014 Presentation http://channel9.msdn.com/Events/TechEd/NorthAmerica/2014/DCIM-B324

  7. End-to-End Workflow

  8. DSC Summary • Configuration as Code • Configuration changes = Editing text files • Track infrastructure changes like source code • Prevents configuration drift • Quickly tell if current state matches config • Monitor or Auto Correct • Continuous Integration/Delivery/Deploy • Minimize human error in Dev > Test > Prod • Are permanent servers necessary?

  9. Resources • PowerShell.org DSC on Github • A Practical Overview of Desired State Configuration • Steve Murawski’s DSC Videos • DSC Posts on PowerShell Team Blog • PowerShell.org DSC Forums

More Related