SC-900 Practice Question: Describe the concepts of security, compliance, and identity
Exhibit
Refer to the exhibit.
```powershell
Get-AzureADPolicy | Where-Object {$_.Type -eq "TokenLifetimePolicy"}
```You run the following PowerShell command in your Microsoft Entra ID environment:
Get-AzureADPolicy -Type TokenLifetimePolicy
What is the command retrieving?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Token lifetime policies
The command retrieves all policies of type 'TokenLifetimePolicy', which are used to define token lifetimes. Option A is wrong because conditional access policies use a different type. Option B is wrong because named locations are not policies. Option C is wrong because role assignments are not policies.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Conditional access policies
Why it's wrong here
Conditional access policies use a different policy type, not 'TokenLifetimePolicy'.
- ✗
Named locations
Why it's wrong here
Named locations are not represented as policies of type 'TokenLifetimePolicy'.
- ✗
Role assignments
Why it's wrong here
Role assignments are not policies; they are assignments of roles to users or groups.
- ✓
Token lifetime policies
Why this is correct
This cmdlet specifically retrieves token lifetime policies, which define token expiration durations.
Go deeper
Related to this question
Learn chapter
Microsoft Entra ID
Key term
Microsoft Entra ID
Microsoft Entra ID is a cloud-based identity and access management service that lets employees sign in and access resources both inside and outside of your organization.
Key term
Conditional access
Conditional access is a security framework that evaluates signals like user location, device health, and risk level to grant or block access to resources in real time.
About these practice questions
Courseiva writes every SC-900 question from scratch — 1,250 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SC-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SC-900 exam.