mikenizo808 / DSC_LABS

Build a lab to run Desired State Configuration (DSC)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Introducing DSC_LABS. This is a demo based run-through on deploying and managing Desired State Configuration (DSC).

Features

  • Deploy a jump server for use with dsc.
  • Deploy dc01, dc02, certificate server, and dsc pull server (IIS web server).
  • Then, deploy and manage nodes with dsc.
  • Full demos on how to use dsc to manage Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, and Ubuntu 20.04
  • Learn to create self-signed certificates to manage freshly deployed guests from template
  • Learn to create CA-signed certificates in lab.local (the domain you create)
  • Learn to use the pull server to securely configure and manage all nodes.

Requirements

  • Requires Microsoft ISE and/or VS Code
  • Requires hardware to run one or more virtual machines

Virtualization Type

Credits

DSC_LABS uses some helper functions and techniques from https://github.com/Duffney/#

About

Build a lab to run Desired State Configuration (DSC)

License:MIT License


Languages

Language:PowerShell 100.0%