Book Image

Learning PowerShell DSC

By : James Pogran
Book Image

Learning PowerShell DSC

By: James Pogran

Overview of this book

Table of Contents (14 chapters)
Learning PowerShell DSC
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Complicated deployments


The time saved from the automated deployment of both DSC Resources and DSC configuration scripts, along with configuration status reporting, were of enough value to allow you to finally start working on those things-you-would-do-if-you-only-had-the-time. You're leaving on time nowadays and coworkers are lining up to take advantage of being added to your list of managed servers.

The target node count has increased significantly. Since you started this project, the company has grown and the Apollo application is handling more requests than ever. The application team decides that the available time for new features is being compromised by having to deploy the company website code named Aurora by themselves. After talking with your boss, both your teams decide to hand off deploying Aurora to you. A couple of knowledge transfer sessions happen later and you have a list of software requirements and configuration steps for Aurora.

Adding the software requirements to your DSC...