Automation

LATEST

Unraveling the Mystery of $MyInvocation

Missy Januszko explores the uses of $MyInvocation.

View Article

Validating PowerShell Input Using Parameter Validation Attributes

Missy Januszko uses parameter validation attributes to define the acceptable input without writing a ton of additional code.

View Article

Avoiding Accidental Changes with PowerShell’s WhatIf and Confirm Parameters

Learn how to prevent PowerShell mistakes by adding -whatif and -confirm parameters.

View Article

Deciphering PowerShell Providers

Learn what a PowerShell provider does and how it allows a common set of cmdlets to interact with differently-structured data stores.

View Article

Deploying Software Using Desired State Configuration

While other commercial products may be more robust, there are a few different ways Desired State Configuration can be used for software deployment.

View Article

Converting a Desired State Configuration Script Resource to a Resource Module

Learn the necessary steps to convert a script resource into a custom resource module.

View Article

Testing DSC Configurations Using Pester

Learn how to use Pester to test a Desired State Configuration to ensure that servers are configured exactly the way you want them.

View Article

Intersecting DSC Configuration Design and Personal Style

DSC configurations require logical thinking through the steps necessary to make changes to a server’s configuration. Learn my process for developing a DSC configuration.

View Article

Managing Cross-Node Dependencies with Desired State Configuration

Learn how to control timing of Desired State Configuration across nodes using WaitFor resources in this how-to article.

View Article

Extend the Native Capabilities of DSC with the Script Resource

Many server configuration settings can be set using native Desired State Configuration (DSC) resources. Learn how to do more with DSC using the Script resource and your PowerShell skills.

View Article
Go to page