- Learning PowerShell DSC(Second Edition)
- James Pogran
- 252字
- 2021-07-02 18:31:16
What is PowerShell DSC?
Do you have some software that needs to be installed in a certain order? Software with special configuration steps? Software along with some security policies that must be applied to every server? How about ensuring that a set of services are never enabled to start? Have you ever written scripts to handle this kind of work but found them brittle because of changes in software from release to release? Needed to make these changes on dozens or hundreds of servers repeatedly on schedule? Ever had someone change something and have your script break because the state is not what you expected? These and many more scenarios are handled by DSC.
PowerShell DSC is a new management platform in Windows PowerShell that enables the deployment and management of configuration data for systems and software services and the management of the environment in which these services run. DSC allows you to define the current state of a machine and ensure that the machine is always in that state.
What we mean by state here is everything that is on that machine, including the operating system and software installed, all the configuration settings for the OS and software, and any files or process that need to be present or set with specific content; the list goes on. Whether you considered this earlier or not, all this makes up the configuration of your system. DSC is designed to help you deal with all this configuration data and execute it consistently and repeatedly.
- Learn ECMAScript(Second Edition)
- SQL Server 2012數(shù)據(jù)庫技術(shù)及應(yīng)用(微課版·第5版)
- 信息可視化的藝術(shù):信息可視化在英國
- JavaScript Unlocked
- C語言程序設(shè)計實(shí)踐教程
- C語言程序設(shè)計
- C/C++程序員面試指南
- Image Processing with ImageJ
- Laravel Application Development Blueprints
- Instant Automapper
- 交互設(shè)計師成長手冊:從零開始學(xué)交互
- Learning Cocos2d-JS Game Development
- Building Microservices with Go
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- Visual FoxPro數(shù)據(jù)庫程序設(shè)計