Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
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: