- Microsoft SharePoint 2013 Disaster Recovery Guide
- Peter Ward Peter Abreu Pavlo Andrushkiw
- 148字
- 2021-04-02 10:27:54
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."
推薦閱讀
- Mastering Entity Framework Core 2.0
- Unity 2020 Mobile Game Development
- Getting Started with PowerShell
- 趣學(xué)Python算法100例
- Animate CC二維動(dòng)畫設(shè)計(jì)與制作(微課版)
- Python數(shù)據(jù)分析(第2版)
- TradeStation交易應(yīng)用實(shí)踐:量化方法構(gòu)建贏家策略(原書第2版)
- 從零開始學(xué)C#
- Processing創(chuàng)意編程指南
- 寫給程序員的Python教程
- PHP 7從零基礎(chǔ)到項(xiàng)目實(shí)戰(zhàn)
- JavaScript動(dòng)態(tài)網(wǎng)頁編程
- Programming Microsoft Dynamics? NAV 2015
- Learning Ionic
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端