码迷,mamicode.com
首页 > 系统相关 > 详细

PowerShell 所需状态配置 (DSC) overview

时间:2016-07-07 17:36:27      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:overview   资源   cross   

DSC 是什么

  • 全程Desired State Configuration,powershell v4 新特性
  • 根据一组规则设定了脚本编写的方式,您可以在任何时间使用这些规则,或是将大量用户编写的组件整合在一起。不仅仅以一组,并且死以特定的风格来编写脚本。又称之为"item poency",以完全相同的方式做事,不会发生任何意外情况,

DSC用途以及优势

  • Distributed Heterogeneous Configuration Management Platform
  • Why declarative configurations?
  • Managing drift
  • Cross platform importance
  • DevOps?
  • 对于大多数脚本来说,不同的环境不同的参数往往会导致不一样的结果,改变了服务器的某些属性,改变了配置,搞乱了系统但是对于DSC的item poency属性,它强制了所有执行的结果,使得生产环境和测试环境的执行结果保持一致。
  • DSC 不仅仅适用于windows 还能使用与Unix
  • DEVOPS 圣经
  • 技术分享

DSC 体系

技术分享

DSC 资源

技术分享

DSC 需求

  • Supported PowerShell versions and Operating Systems
  • Feb WMF 5 preview KB3037315
  • DSC is built on CIM and needs the WinRM service and listeners Remoting
  • Configuring Remoting for DSC
  • Configure a script execution policy

查找DCS 资源,get表示查找本地,find表示查找互联网

技术分享

PowerShell 所需状态配置 (DSC) overview

标签:overview   资源   cross   

原文地址:http://433266.blog.51cto.com/423266/1812373

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!