- Getting Started with Windows Server Security
- Santhosh Sivarajan
- 155字
- 2021-07-23 20:25:01
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: "Once you perform the rollback operation, the XML files get deleted from the rollbackfiles
folder."
Any command-line input or output is written as follows:
Get-ADComputer -Filter * -Properties * | Select Name, OperatingSystem |out-file C:\Reports\ServerInfo.txt
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 on Finish on the Completing the Security Configuration Wizard screen to complete the rollback operation."
- Node.js 10實戰
- Python從菜鳥到高手(第2版)
- WSO2 Developer’s Guide
- Python王者歸來
- MySQL數據庫管理與開發(慕課版)
- Rust Essentials(Second Edition)
- 數據結構與算法分析(C++語言版)
- 一塊面包板玩轉Arduino編程
- Odoo 10 Implementation Cookbook
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 計算機應用基礎(第二版)
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- 少兒編程輕松學(全2冊)
- Java面向對象程序設計教程
- Python程序設計:基礎與實踐