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

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: "To get a list of available services, you can use the Get-SPServiceInstance cmdlet".

A block of code is set as follows:

$webapp = Get-SPwebapplication "http://SharePoint"
$webapp | get-spsite -Limit ALL | ForEach-Object {
  $site = $_;
  $site;
  $site.quota;
}
$site.dispose()
$webapp.dispose()

Any command-line input or output is presented as follows:

$TJ.set_DaysToKeepHistory(3)
$TJ.update()

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: "In the Actions pane, click on Backup Once."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 瑞安市| 望奎县| 壶关县| 临江市| 承德县| 河间市| 荔浦县| 台南县| 保康县| 房产| 宝应县| 上杭县| 周口市| 化州市| 苗栗市| 通江县| 鸡泽县| 礼泉县| 南阳市| 阳城县| 衡阳县| 杂多县| 城固县| 北京市| 华容县| 本溪市| 淮滨县| 都兰县| 东至县| 贵阳市| 囊谦县| 军事| 孟津县| 北海市| 霍林郭勒市| 丰台区| 安阳县| 台东县| 吉水县| 灵丘县| 玉屏|