Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • PrintPrint
Share this Page URL
Help

Preface > Conventions

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: "Does your monthly Internet download allowance cater for the mailboxes being downloaded back into the Outlook .OST file for each user?"

A block of code is set as follows:

$mbxlist = Import-CSV c:\csv\migrationbulk.csv
foreach ($line in $mbxlist) {
New-MoveRequest -Identity $line.alias -Remote -RemoteHostName mail.pointbridgelab.com -TargetDeliveryDomain pointbridgelab.mail.onmicrosoft.com -RemoteCredential $RemoteCredential
}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial