Category Archives: DSC

DSC update

The PowerShell team have posted an update on what’s happening with DSC. https://blogs.msdn.microsoft.com/powershell/2018/01/26/dsc-planning-update-january-2018/ The interesting thing is the decoupling of the Local Configuration Manager from Windows. A new LCM that can use resources written in multiple languages sounds good – … Continue reading

Posted in DSC, Powershell | Leave a comment

Reverse DSC

DSC is a configuration management tool that first appeared in PowerShell v4 and was refined in PowerShell v5/5.1. Major changes are coming to DSC of which more later. DSC takes a configuration and applies it to a server. What about … Continue reading

Posted in DSC | Leave a comment

DSC–the future?

I was incredibly excited when I first saw DSC – it was in April 2013 as a special MVP only preview at the first PowerShell Summit – as a work in progress. Since that time my excitement has waned to … Continue reading

Posted in DSC, Powershell | 1 Comment

Build a better pull server

DSC functions in 2 modes – push (most basic) and pull. Creating a pull server is a non-trivial task and the out-of-the-box pull server has some issues. Some of the folks at powershell.org have decided its time to build a … Continue reading

Posted in DSC, Powershell | Leave a comment

DSC Configuring Sharing

A new set of repositories on Github document a process for sharing end-to-end scenario based DSC configurations https://blogs.msdn.microsoft.com/powershell/2017/04/28/dsc-configuration-sharing/ These are open to community involvement

Posted in DSC | Leave a comment

September 2016–DSC Resource updates

Two new modules of DSC resources are available: OfficeOnlineServerDsc SystemLocaleDsc A number of updates to existing resources have been made available. Details from https://blogs.msdn.microsoft.com/powershell/2016/09/21/dsc-resource-kit-september-release/

Posted in DSC, Powershell | Leave a comment

Open source PowerShell and OMI

  OMI – the Open Source CIM server is available on github https://github.com/Microsoft/omi This appears to be a later version than currently shown on the open group web site Combine this with open source PowerShell https://github.com/PowerShell/PowerShell and the DSC on … Continue reading

Posted in CIM, DSC, Open Source, Powershell | 1 Comment

DSC and Nano Server

Nano Server is the minimalist version of Windows that Server 2016 introduces. I needed a target for DSC this afternoon so decided that I’d spin up a Nano Server instance – because they are very, very quick to create. Unfortunately, … Continue reading

Posted in DSC, Nano server, Windows Server 2016 | Leave a comment

DSC resource kit update–October 2015

The DSC resource kit is the primary place to look for DSC resources beyond those baked into Windows. An update to the resources in the kit has been announced. Some new resources and lots of bug fixes. see http://blogs.msdn.com/b/powershell/archive/2015/10/23/dsc-resource-kit-updates-are-here.aspx for … Continue reading

Posted in DSC, Powershell | Leave a comment

PowerShell DSC for Linux 1.1

PowerShell DSC for Linux 1.1 has been released. http://blogs.msdn.com/b/powershell/archive/2015/09/30/powershell-dsc-for-linux-version-1-1-is-now-available-and-new-linux-resources.aspx With bug fixes, support for the separation of configuration and node ids  and new resources this release makes it easier than ever to manage your Linux boxes through DSC

Posted in DSC, Linux, PowerShell v5 | Leave a comment