Skip to main content

Notifications

Community site session details

Community site session details

Session Id : VfNfoco5AKY8Y2e3YHn/Ag
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
    505 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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

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

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Power Apps Governance and Administering

#1
Vince_K Profile Picture

Vince_K 2

#1
getsplash Profile Picture

getsplash 2

#1
BCBuizer Profile Picture

BCBuizer 2 Super User 2025 Season 1

Overall leaderboard

Featured topics

Loading started
Loading complete