- Enterprise PowerShell Scripting Bootcamp
- Brenton J.W. Blawat
- 143字
- 2021-07-09 21:03:02
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, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The get-service
cmdlet is used to retrieve detailed information about Windows Services."
A block of code is set as follows:
$sid = "S-1-5-18" $usersid = New-Object System.Security.Principal.SecurityIdentifier("$SID") $usersid.Translate( [System.Security.Principal.NTAccount]).Value
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".
推薦閱讀
- Word 2000、Excel 2000、PowerPoint 2000上機(jī)指導(dǎo)與練習(xí)
- 計(jì)算機(jī)應(yīng)用
- Practical Data Wrangling
- Getting Started with MariaDB
- Hands-On Data Science with SQL Server 2017
- 精通特征工程
- C語言開發(fā)技術(shù)詳解
- 網(wǎng)絡(luò)綜合布線設(shè)計(jì)與施工技術(shù)
- Implementing AWS:Design,Build,and Manage your Infrastructure
- 工業(yè)控制系統(tǒng)測試與評(píng)價(jià)技術(shù)
- Unity Multiplayer Games
- Linux內(nèi)核精析
- Drupal高手建站技術(shù)手冊(cè)
- 無人駕駛感知智能
- Oracle 11g Anti-hacker's Cookbook