官术网_书友最值得收藏!

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".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 漳平市| 光泽县| 夏津县| 凌海市| 龙南县| 万年县| 营山县| 大渡口区| 清远市| 荥阳市| 明光市| 黎城县| 福鼎市| 前郭尔| 耒阳市| 孟连| 东乡县| 额济纳旗| 怀集县| 辉南县| 萨迦县| 靖安县| 贵定县| 宁城县| 平遥县| 阜宁县| 盐源县| 赣州市| 大港区| 福清市| 黔西县| 绥德县| 乌海市| 木里| 江口县| 姚安县| 津市市| 开封县| 连城县| 二连浩特市| 新泰市|