Courseiva
Manage the Microsoft Power Platform environmentmediumMultiple ChoiceObjective-mapped

PL-900 Practice Question: Manage the Microsoft Power Platform environment

Exhibit

Refer to the exhibit.

$policy = Get-AzPolicyAssignment -Name "PowerPlatformDLP"
$policy.Properties.Parameters

{
  "allowedConnectors": {
    "value": [
      "Microsoft.SharePointOnline",
      "Microsoft.Teams",
      "Microsoft.Outlook"
    ]
  },
  "blockedConnectors": {
    "value": [
      "Microsoft.OneDrive",
      "Google.Drive",
      "Dropbox"
    ]
  }
}

An administrator runs a PowerShell command to check a DLP policy. Based on the output, which connector is allowed to be used in Power Automate flows?

⚠ Common exam trap

A common mix-up: candidates assume all Microsoft-owned connectors (like OneDrive) are automatically allowed in a DLP policy, but the output specifically lists only Microsoft Teams, requiring careful reading of the allowed connectors list.

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

Microsoft Teams

The PowerShell command output indicates that the DLP policy allows the 'Microsoft Teams' connector, as it is listed in the allowed connector list. DLP policies in Power Platform control which connectors can be used in Power Automate flows, and the output explicitly shows Microsoft Teams as permitted.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Dropbox

    Why it's wrong here

    Dropbox is blocked.

  • Google Drive

    Why it's wrong here

    Google Drive is blocked.

  • Microsoft Teams

    Why this is correct

    Teams is in the allowed list.

  • Microsoft OneDrive

    Why it's wrong here

    OneDrive is in the blocked list.

About these practice questions

One of 904 original PL-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.