Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning PowerShell DSC. - Second Edition

You're reading from  Learning PowerShell DSC. - Second Edition

Product type Book
Published in Sep 2017
Publisher
ISBN-13 9781787287242
Pages 272 pages
Edition 2nd Edition
Languages
Concepts
Author (1):
James Pogran James Pogran
Profile icon James Pogran

Table of Contents (9) Chapters

Preface 1. Introducing PowerShell DSC 2. DSC Architecture 3. DSC Configuration Files 4. DSC Resources 5. Pushing DSC Configurations 6. Pulling DSC Configurations 7. DSC Cross Platform Support 8. Example Scenarios

Tooling

DSC supports applying DSC configurations locally and remotely using the Start-DSCConfiguration cmdlet. This cmdlet handles both the copying of the MOF file to the target node and telling DSC to execute the MOF on the target node.

Start-DSCConfiguration can be invoked interactively as well as be run in the background. Interactive executions are run as we are watching and are able to show verbose output as each step in the DSC configuration happens. Background executions are PowerShell jobs that do not block your shell so that you can do other things while the job runs. This means you can use this cmdlet to push a DSC configuration and then walk away or continue to use your current PowerShell console session to do other things as it executes on the target node.

All output from the DSC configuration execution is logged by DSC, and the Start-DSCConfiguration cmdlet can show...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}