- Learning PowerShell DSC(Second Edition)
- James Pogran
- 70字
- 2021-07-02 18:31:18
The staging phase
The next step is to get it over to the target computer. The deployment of the MOF happens in two ways: push and pull. A push method is when you execute the Start-DSCConfiguration cmdlet, which compiles the MOF and copies over to the target system. The pull method involves putting the MOF file on the DSC pull server, which handles distributing it to all the target hosts.
推薦閱讀
- ASP.NET MVC4框架揭秘
- Python從小白到大牛
- Android Development with Kotlin
- Learning SAP Analytics Cloud
- Data Analysis with IBM SPSS Statistics
- Mastering Android Development with Kotlin
- Learning OpenStack Networking(Neutron)(Second Edition)
- 好好學(xué)Java:從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- Extreme C
- Mastering VMware Horizon 7(Second Edition)
- 例說FPGA:可直接用于工程項(xiàng)目的第一手經(jīng)驗(yàn)
- 你必須知道的.NET(第2版)
- 自己動手構(gòu)建編程語言:如何設(shè)計(jì)編譯器、解釋器和DSL
- Android開發(fā)進(jìn)階實(shí)戰(zhàn):拓展與提升
- 現(xiàn)代JavaScript編程:經(jīng)典范例與實(shí)踐技巧