Conventions Used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example of a dummy URL: “When you sign up for a Microsoft 365 subscription, you are prompted to choose a name from Microsoft’s onmicrosoft.com
managed namespace. The name you select will need to be unique across all other Microsoft 365 customers.”
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “To export a list of audit log entries, an administrator can open the audited data and click on Export results.”
Any command-line input or output is written as follows:
Get-AzureADUser -Top 10 -Filter "Department eq 'Project Management'" | Select DisplayName,UserPrincipalName,Department
Tips or important notes
Appear like this.