Avatar of Missy Januszko

Follow Missy

Missy Januszko

Petri Contributor

LATEST

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

Create “Programmer-Style” Class-Based DSC Resources

Learn how to create professional-looking class-based DSC resources in just a few easy steps.

View Article

DSC Configuration Data Layout Tips and Tricks

Learn how to make your PowerShell DSC configurations and configuration data easier to read and maintain with these tips and tricks.

View Article
Go to page