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: "The primary command-line switch that must be used to update the global entitlement is --editSite
, to which you add any additional switches that you might need."
A block of code is set as follows:
nic1.network01.maxvm=250 nic1.network02.maxvm=250
Any command-line input or output is written as follows:
Send-SessionLogoff -Session_id (Get-RemoteSession -Username "vjason.local\elensherr").session_id
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: "This counter is displayed as Memory\Committed Bytes in Windows Performance Monitor."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.