- Windows Server 2012 Automation with PowerShell Cookbook
- Ed Goad
- 220字
- 2021-07-27 18:09:45
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "The installer is a fairly simple class, similar to the cmdlet class, which inherits the PSSnapin
class and contains overrides that return information about the cmdlet."
A block of code is set as follows:
Function Multiply-Numbers { Param($FirstNum, $SecNum) Try { Write-Host ($FirstNum * $SecNum) } Catch { Write-Host "Error in function, present two numbers to multiply" } }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Write-Host "Static Size:`t`t" ("{0:0000000000.00}" -f $jenny)
Write-Host "Literal String:`t`t" ("{0:000' Hello '000}" -f $jenny)
Write-Host "Phone Number:`t`t" ("{0:# (###) ### - ####}" -f ($jenny*10000))
Any command-line input or output is written as follows:
Block-SmbShareAccess -Name Share2 -AccountName CORP\joe.smith ` -Confirm:$false
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".
- LabVIEW虛擬儀器從入門到測控應用130例
- 人工免疫算法改進及其應用
- Hands-On Data Science with SQL Server 2017
- Hands-On Neural Networks with Keras
- Blockchain Quick Start Guide
- 精通特征工程
- AI 3.0
- Red Hat Linux 9實務自學手冊
- Visual FoxPro程序設計
- 深度學習與目標檢測
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- 手機游戲策劃設計
- 工業機器人力覺視覺控制高級應用
- 傳感器與自動檢測
- 網絡安全原理與應用