OMI with WSMan over HTTPS: Done right.
When you install OMI for the first time, a pair of keys is generated for you. When an automated process is used, the only option that will “just work” is to generate self-signed certificate.
Read MoreWhen you install OMI for the first time, a pair of keys is generated for you. When an automated process is used, the only option that will “just work” is to generate self-signed certificate.
Read MoreManaging Linux can become a challenge if you don’t have some way of distributing credentials. There are several options: joining Active Directory domain and using shared credentials for both Linux and Windows, using other LDAP implementation to …
Read MoreCTP of Linux DSC that was released last year has only five resources: nxService, nxFile, nxUser, nxGroup, and nxScript. Things like package management, network configuration, firewall settings, jobs scheduled in crontab don’t have coverage in …
Read MoreLinux is a system that stores configuration in text files. As a result, nxFile should be considered one of two most powerful resources offered in the CTP release.
Read MorePowerShell DSC for Linux caught my attention immediately after it was announced. Being able to control configuration of Linux box with pure PowerShell code is huge for anybody who is interested in cross-platform solutions build in PowerShell.
Read MoreIn the first part of this series, we covered the basis–how to get Desired State Configuration to do what the name promises: keep desired state consistent.
Read More