- Learning PowerShell DSC
- James Pogran
- 150字
- 2021-07-09 21:39:34
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "DSC operates in a push scenario when configurations are manually pushed to target nodes using the Start-DscConfiguration
Cmdlet."
Any command-line input or output is written as follows:
PS C:\Examples> .\TestExample.ps1 Directory: C:\Examples\TestExample Mode LastWriteTime Length Name ---- ------------- ------ ---- -a--- 5/20/2015 7:28 PM 1136 localhost.mof
Important words are shown in bold and appear in the text like this: "These will typically fail with a generic Access Denied, which will most likely lead you down the wrong path when troubleshooting."
推薦閱讀
- Functional Python Programming
- Java Web開發學習手冊
- 高手是如何做產品設計的(全2冊)
- 自然語言處理實戰:預訓練模型應用及其產品化
- Reactive Programming with Swift
- Learning Informatica PowerCenter 10.x(Second Edition)
- HTML5+CSS3網站設計教程
- Data Analysis with Stata
- Building a Quadcopter with Arduino
- Learning Three.js:The JavaScript 3D Library for WebGL
- Working with Odoo
- Android項目實戰:手機安全衛士開發案例解析
- Oracle GoldenGate 12c Implementer's Guide
- Python 3.7從入門到精通(視頻教學版)
- Practical Microservices