Skip to main content

Notifications

Community site session details

Community site session details

Session Id : APjUZKEV2r3Im3Q+2HuD00
Power Apps - Power Apps Governance and Administ...
Answered

How to Retrieve Enterprise Connectors from a DLP Policy in Power Platform Using PowerShell?

Like (0) ShareShare
ReportReport
Posted on 30 Dec 2024 14:25:30 by 2
Hi everyone,
I'm trying to get a list of enterprise connectors within each Data Loss Prevention (DLP) Policy in Power Platform using PowerShell. I've tried several approaches but haven't been able to retrieve the connector details. Here are the steps I've followed so far:
1. Installed and imported the Microsoft.PowerApps.Administration.PowerShell module.
2. Connected to my Power Platform account using Add-PowerAppsAccount.
3. Used the Get-AdminDlpPolicy cmdlet to get the DLP policies, but couldn't find details about the enterprise connectors.
 
Code in Powershell:
 
$dlps = Get-AdminDlpPolicy
foreach ($dlp in $dlps) {
    Write-Output "DLP: $($dlp.DisplayName)"
}
 

I can get the names of the enterprise connectors within each DLP policy? Is there another cmdlet or method I should use?
Thanks in advance for your help
Categories:
  • Verified answer
    ankit_singhal Profile Picture
    515 Super User 2025 Season 1 on 31 Dec 2024 at 06:21:54
    How to Retrieve Enterprise Connectors from a DLP Policy in Power Platform Using PowerShell?
     
    Note: Please mark verified, if it is useful for you 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Power Apps Governance and Administering

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 15 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 9

#3
bscarlavai33 Profile Picture

bscarlavai33 5 Super User 2025 Season 1

Overall leaderboard

Featured topics

Loading started