- Microsoft SharePoint 2010 and Windows PowerShell 2.0: Expert Cookbook
- Yaroslav Pentsarskyy
- 169字
- 2021-04-02 18:19:24
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: " Set the filename of the script to ManageSandbox.ps1."
A block of code is set as follows:
$QuotaTemplate.UserCodeMaximumLevel = 200 $QuotaTemplate.UserCodeWarningLevel = 100 $AdminService.Update()
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
$SPSite.WebApplication.Update() Write-Host "Web application configuration complete" } $SPSite.Dispose()Any command-line input or output is written as follows: PS C:\Users\Administrator\Desktop> .\ WebApplicationThrottling.ps1
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: "Click File | Save to save the script to your development machine's desktop."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- 中文版SketchUp 2022完全實戰技術手冊
- Swing Extreme Testing
- 中文版Maya 2014案例教程
- UG NX 9.0中文版基礎與實例教程
- ANSYS 15.0有限元分析自學手冊
- 中文版3ds Max 2021完全自學教程
- AutoCAD 2016中文版完全自學手冊
- 新編AutoCAD制圖快捷命令速查一冊通
- 老郵差·Photoshop數碼照片處理技法:人像篇(修訂版)
- 中文版Photoshop CS6從新手到高手(超值版)
- 詳解AutoCAD 2022室內設計(第6版)
- 7小時精通剪映:短視頻剪輯/調色/特效/字幕(手機版+電腦版)
- Microsoft SQL Azure Enterprise Application Development
- Creo 4.0中文版基礎教程
- jQuery UI 1.6: The User Interface Library for jQuery