Cargando…

Learning PowerShell DSC : get started with the fundamentals of PowerShell DSC and utilize its power to automate the deployment and configuration of your servers /

Get started with the fundamentals of PowerShell DSC and utilize its power to automate deployment and configuration of your servers About This Book Create flexible and maintainable deployments using DSC configuration scripts that stand the test of time Explore the in depth details of the core archite...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Pogran, James (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Professional expertise distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn928940034
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 151112s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d OCLCA  |d VT2  |d N$T  |d CEF  |d JBG  |d WYU  |d UAB  |d RDF  |d OCLCO  |d OCLCQ  |d QGK 
019 |a 1259052564 
020 |a 9781785281884  |q (electronic bk.) 
020 |a 1785281887  |q (electronic bk.) 
020 |z 9781783980703 
029 1 |a GBVCP  |b 897168569 
035 |a (OCoLC)928940034  |z (OCoLC)1259052564 
037 |a CL0500000672  |b Safari Books Online 
050 4 |a QA76.73.W56 
072 7 |a COM  |x 091000  |2 bisacsh 
072 7 |a COM  |x 046050  |2 bisacsh 
082 0 4 |a 005.446  |2 23 
049 |a UAMI 
100 1 |a Pogran, James,  |e author. 
245 1 0 |a Learning PowerShell DSC :  |b get started with the fundamentals of PowerShell DSC and utilize its power to automate the deployment and configuration of your servers /  |c James Pogran. 
246 3 |a Learning PowerShell Desired State Configuration 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Professional expertise distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed January 16, 2018) 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Learning PowerShell DSC; What is PowerShell DSC?; What is PowerShell?; On to PowerShell DSC; Why do we need Configuration Management?; What is DevOps?; DSC quick wins; A high level overview of DSC; The authoring phase; The staging phase; The execution phase; Why all the abstraction?; How does DSC help me?; The who; The what; The how; Idempotence; Isn't this Group Policy or SCCM?; DSC features; DSC requirements; DSC versions; PowerShell v4 DSC; V4 DSC language extensions 
505 8 |a V4 DSC base resourcesV4 DSC Cmdlets; The V4 DSC Pull Server; PowerShell v5 DSC; V5 DSC language extensions; V5 DSC base resources; V5 DSC Cmdlets; V5 improvements; The PowerShell ISE; Partial configurations and dependencies; Class-based DSC Resources; DSC built-in support for help; DSC run as credential support; DSC resource side-by-side installation; DSC resource script debugging; The separation of node and configuration IDs; DSC LCM MetaConfig updates; DSC LCM rich state information; DSC LCM RefreshMode values; DSC status from a central location; Summary; Chapter 2: DSC Architecture 
505 8 |a OverviewPush and pull modes; The push management model; The pull management model; The general workflow; Authoring; Syntax; Compilation; Staging; Execution; Push executions; Pull executions; The example workflow; Configuration data; Hardcoded data; Parameter-based data; Hashtable data; Local Configuration Manager; LCM settings; Configuration modes; Refresh modes; The LCM configuration; An example LCM configuration; The DSC Pull Server; What is a DSC Pull Server?; What does the Pull Server do for us?; Automatic and continuous configuration; Repository; Reporting; Security 
505 8 |a Setting up a DSC Pull ServerPull Server settings; Installing the DSC server; Adding MOF files to a Pull Server; Adding DSC Resources to a Pull Server; Deployment considerations; General observations; LCM gotchas; Deployment mode differences; Summary; Chapter 3: DSC Configuration Files; Defining a DSC configuration script file; Authoring DSC configuration files; DSC automatic variables; AllNodes; Node; ConfigurationData; DSC Resource import declarations; Import-DscResource; The DSC script file syntax; The Configuration keyword; The Node keyword; DSC Resource statements; The script file example 
505 8 |a Defining a DSC configuration data fileAuthoring DSC configuration data files; Configuration data syntax; The variable syntax; The data file syntax; Allowable DSC configuration content; Creating reusable DSC configurations; Nested DSC configurations; Nested DSC configuration syntax; Nested DSC configuration limitations; DSC composite resources; Why use DSC composite resources?; The DSC composite resource syntax; DSC composite resource folder structure; DSC composite resource drawbacks; Debugging and troubleshooting configuration script files; Using DSC event logs; Enabling verbose logging 
520 |a Get started with the fundamentals of PowerShell DSC and utilize its power to automate deployment and configuration of your servers About This Book Create flexible and maintainable deployments using DSC configuration scripts that stand the test of time Explore the in depth details of the core architecture, concepts, and practices used by PowerShell DSC A step-by-step guide that shows you how to start using and taking advantage of PowerShell DSC Who This Book Is For This book is intended for system administrators, developers, or engineers who are responsible for configuration management and automation and wish to learn PowerShell Desired State Configuration for efficient management, configuration and deployment of systems and applications. What You Will Learn Understand configuration management and why you need it Craft flexible, reusable, and maintainable configuration scripts for thousands of servers Create custom DSC resources to manage any application or server setting Apply configuration data to deploy applications to different environments Utilize DSC push deployments to test your configuration scripts and custom DSC resources Install, configure and use DSC pull servers Run a Windows MSI package Deploy a website In Detail Windows PowerShell is a task-based command-line shell and scripting language designed especially for system administration. PowerShell DSC is a new management platform that enables you to deploy and manage configuration data for software services and manage the environment in which these services run. This book begins with an overview of the basics of PowerShell DSC by covering the architecture and components of the Desired Sate Configuration. It will then familiarize you with the set of PowerShell language extensions and new PowerShell commands. It will help you understand and create DSC configurations with the help of practical examples, and to create DSC custom resources for your custom applications. Finally, you will learn to deploy a real world application using PowerShell DSC. By the end of the book, you will have better knowledge about the powerful Desired State Configuration platform, which helps you to achieve continuous delivery, and efficient management and easy deployment of data for systems. Style and approach This book is an in-depth guide to using PowerShell DSC, full of real-world experiences and best practices using PowerShell DSC. The topics are explained and build on one another other to provide a holis... 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Microsoft Windows server  |x Administration. 
630 0 0 |a Microsoft Windows server  |x Automation. 
630 0 7 |a Microsoft Windows server.  |2 fast  |0 (OCoLC)fst01391015 
650 0 |a Windows PowerShell (Computer program language) 
650 0 |a Client/server computing. 
650 6 |a Windows PowerShell (Langage de programmation) 
650 6 |a Architecture client-serveur (Informatique) 
650 7 |a COMPUTERS / Cloud Computing.  |2 bisacsh 
650 7 |a COMPUTERS / Operating Systems / Windows Server.  |2 bisacsh 
650 7 |a Automation.  |2 fast  |0 (OCoLC)fst00822786 
650 7 |a Client/server computing.  |2 fast  |0 (OCoLC)fst00864205 
650 7 |a Management.  |2 fast  |0 (OCoLC)fst01007141 
650 7 |a Windows PowerShell (Computer program language)  |2 fast  |0 (OCoLC)fst01745518 
776 |z 1-78398-070-2 
830 0 |a Professional expertise distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783980703/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1084590 
994 |a 92  |b IZTAP