- PowerCLI Essentials
- Chris Halverson
- 137字
- 2021-07-16 11:27:04
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The Get-PowerCLIConfiguration
command will show three scopes of the configuration, Session
, User
, and AllUsers
."
Any command-line input or output is written as follows:
$PSVersionTable.PSVersion.Major
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Set Screen Buffer Size for Width and Height whenever possible."
推薦閱讀
- Python編程自學手冊
- Python從小白到大牛
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- Developing Middleware in Java EE 8
- Django Design Patterns and Best Practices
- Learn Scala Programming
- The Computer Vision Workshop
- Java性能權威指南(第2版)
- PostgreSQL Replication(Second Edition)
- Getting Started with Laravel 4
- Learning Modular Java Programming
- Everyday Data Structures
- 單片機原理及應用技術
- 從零開始學UI:概念解析、實戰提高、突破規則
- Python面試通關寶典