0.3 How to Learn from This Course

45 minutes · Module 0 · Free

How to Learn from This Course

This course is entirely text-based. No video. No audio. No live instructor. That is a deliberate design decision — but it requires you to learn differently than you would with a video course. This subsection teaches you how.

Why text works better for technical security training

Video courses have a fundamental problem for security operations training: they age instantly. Microsoft updates the Defender XDR portal layout every few months. A video recorded showing the incident queue in January displays a navigation structure that does not exist by April. The instructor says “click the button in the upper right corner” — but Microsoft moved it to a sidebar.

Text content with annotated diagrams updates in minutes. A screenshot caption that says “the Incidents page in the left navigation” remains accurate even when the exact pixel position changes. KQL queries do not change when the portal redesigns. The investigation methodology does not change when Microsoft renames a menu item.

But text-based learning demands more from you. You cannot passively watch. You must actively engage.

The active learning approach

Read with your lab environment open. Every subsection from Module 1 onward assumes you have your M365 developer tenant and Sentinel workspace ready. When you encounter a KQL query, do not just read it — run it. When you encounter a portal navigation instruction, do not just read it — navigate there. The course teaches through doing, not through reading about doing.

Build queries incrementally. Module 6 (KQL) and every subsequent module teach KQL by building queries one line at a time. The course shows you the first line, explains why it exists, shows the output, then adds the next line. Your job is to type each line yourself, run it, and verify you get the expected output before moving on. If you copy-paste the final query without building it incrementally, you miss the learning.

Attempt exercises before reading the solution. Every “Try it yourself” exercise has a reveal button. The learning happens in the attempt, not in reading the solution. Spend at least 5 minutes working through the exercise before clicking reveal. If you are stuck, that is the learning — the moment of struggle is where understanding forms.

Answer quiz questions by reasoning, not guessing. The Check My Knowledge questions at the end of each module present scenarios. Before selecting an answer, articulate to yourself (or write down) WHY you think that answer is correct. If you cannot explain your reasoning, you are guessing — and guessing does not build competence.

How to pace yourself

Each module is substantial — 30,000 to 50,000 words of teaching content. That is comparable to a 60-100 page chapter in a technical textbook. You should not attempt to complete a module in a single sitting.

Recommended pace:

ApproachTime per moduleCourse completion
Full-time study (6-8 hours/day)1-2 weeks per module4-6 months
Part-time study (1-2 hours/day)3-4 weeks per module10-14 months
Weekend study (4-6 hours/weekend)2-3 weeks per module6-10 months

Work through subsections sequentially within a module. Each subsection builds on the previous one. Jumping to subsection 4.6 (evidence investigation) before completing 4.4 (device investigation) means you lack the foundation for the advanced content.

Take notes in your own words. After completing a subsection, write a 2-3 sentence summary in your own words. If you cannot summarize what you just learned without referring back to the text, you did not learn it — you read it. Re-read, run the exercises again, then summarize.

The learning components

Every subsection uses a consistent set of teaching components. Knowing what each one does helps you engage with them effectively:

Narrative teaching — the prose explanation of concepts, with worked reasoning. This is not filler text — it contains the WHY behind every configuration decision and investigation step. Read it carefully; do not skim to the query blocks.

KQL query blocks — executable queries you run in your lab. Every query includes line-by-line explanation and an Expected Output block showing what you should see. If your output differs, the course explains why and how to troubleshoot.

Expected Output blocks — show sample query results with a “What to look for” annotation. These teach you to read query results like an analyst — not just confirm the query ran, but understand what the data means for your investigation.

Try it yourself exercises — hands-on tasks with a hidden solution. Attempt first, reveal second. These are where skill formation happens.

Decision trees — interactive scenarios where your choice determines the next step. These simulate the judgment calls you make during real investigations.

Scenario-based quiz questions — test application, not recall. “Given this situation, what do you do?” not “What is the definition of this term?”

SC-200 exam callouts — flag specific exam objectives covered in the current subsection. Use these for targeted exam review.

Callout boxes — four types:

  • Key (orange border): critical concept you must understand
  • Warning (red border): common mistake or danger
  • Remember (blue border): important detail to retain
  • Tip (green border): practical advice that improves efficiency

What to do when you are stuck

  1. Re-read the subsection. Technical content often requires two passes — the first pass for structure, the second for depth.
  2. Run the query in your lab. Seeing real output is worth more than re-reading the explanation.
  3. Check the Expected Output block. If your results differ, the “What to look for” note often explains why.
  4. Review the previous subsection. If the current subsection assumes knowledge from the previous one, you may have a gap.
  5. Search Microsoft Learn. For specific portal navigation or configuration steps, the official documentation is a reliable reference.
  6. Post in the community. Once the Ridgeline Discord community launches (Phase 2), you can ask questions and get peer support.

Do not move forward until you understand the current subsection. The course is progressive — gaps compound.