-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Microsoft Identity and Access Administrator SC-300 Exam Guide
By :

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 X handles. Here is an example: “Microsoft will update your organization’s SPF record with v=spf1
include:spf.protection.outlook.com
-all.”
A block of code is set as follows:
Get-MgUser -Filter "Department eq 'Project Management'" -Top 10 -ConsistencyLevel Eventual -Property DisplayName,UserPrincipalName,Department | Select DisplayName,UserPrincipalName,Department
Any command-line input or output is written as follows:
Install-Module Microsoft.Graph
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: “Roles can be easily managed within the Microsoft 365 admin center by expanding the navigation menu, expanding Roles, and then selecting Role assignments.”
Tips or important notes
Appear like this.