ISE Snippets for DSC Resource functions
PowerShell ISE 4.0 includes a couple of snippets for DSC including the DSC Resource Provider (Simple). This, in fact, is too simple.
Read MorePowerShell ISE 4.0 includes a couple of snippets for DSC including the DSC Resource Provider (Simple). This, in fact, is too simple.
Read MoreNote: This DSC resource works only on Windows Server 2102 and above or Windows 8 and above. Also, this article assumes that you understanding DSC custom resource development.
Read MoreFor my lab setup, I sometimes need to enable auto administrator logon during OS and application deployment. I use DSC for most part of this automation and what is better than a DSC resource for this?
Read MoreBy now, it should be no surprise that WMF 5.0 Preview added support for defining classes and user-defined data types. This is done using the formal syntax and semantics that you find in an object-oriented programming language.
Read MoreWindows Management Framework (WMF) 5.0 September 2014 Preview brought in many changes to Desired State Configuration (DSC). A couple of important changes include cross-computer synchronization and partial configurations.
Read MoreIf you have missed the announcement, Powershell team released wave 7 of the DSC Resource Kit just before the weekend.
Read More