PL-900 Practice Question: Manage the Microsoft Power Platform environment
Exhibit
Exhibit (PowerShell output):
PS C:\> Get-AdminPowerAppEnvironment -EnvironmentName 'Default-87a8b3c4-1234-5678-abcd-1234567890ab' | Select-Object EnvironmentName, Properties
EnvironmentName : Default-87a8b3c4-1234-5678-abcd-1234567890ab
Properties : @{createdTime=01/01/2025 10:00:00; linkedEnvironmentMetadata=; displayName=Contoso Default; provisioningState=Succeeded; environmentSecurityGroupName=ContosoUsers; isDefault=True; notificationUrl=; ...}Refer to the exhibit. An administrator runs this PowerShell command against a Power Platform environment. What can the administrator conclude?
⚠ Common exam trap
Watch out — candidates often assume a populated `SecurityGroupId` field means the environment is restricted to that group, but they may confuse it with other properties like `EnvironmentSku` or `Permissions`, or incorrectly think a null value indicates failure rather than no group assignment.
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
✓
The environment is accessible only to members of the ContosoUsers security group
The PowerShell command `Get-AdminPowerAppEnvironment` returns the environment details, including the `SecurityGroupId` property. If this property is populated with a GUID, it indicates a security group is assigned to the environment, restricting access to its members. Since the exhibit shows a non-null `SecurityGroupId` for the ContosoUsers group, the environment is accessible only to members of that security group.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
The environment is accessible only to members of the ContosoUsers security group
Why this is correct
The environmentSecurityGroupName property indicates the security group assigned to the environment.
- ✗
The environment creation failed
Why it's wrong here
The provisioningState is 'Succeeded', indicating success.
- ✗
The environment has no security group assigned
Why it's wrong here
A security group is assigned (ContosoUsers).
- ✗
The environment is a personal productivity environment
Why it's wrong here
The environment is the default environment, not a personal one.
Go deeper
Related to this question
About these practice questions
Courseiva writes every PL-900 question from scratch — 904 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 PL-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 PL-900 exam.