Announcing PowerShell, DevOps, and Cloud Conference 2021
PowerShell Conference Asia 2019 was a huge success. The attendee turnout was …
Read MorePowerShell Conference Asia 2019 was a huge success. The attendee turnout was …
Read MoreWhat Posh-SSH is a PowerShell 3.0 or newer module for automating tasks against …
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 MorePartial configurations in DSC allow department-level delegation of target system configuration. This is an important step in enabling collaboration in the enterprise configuration management context.
Read More