From 4bd4bfccd80fb0c2ed796211e5599d1b3d12d647 Mon Sep 17 00:00:00 2001 From: Gpn85 <162493817+Gpn85@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:22:58 +0100 Subject: [PATCH] Update identify-blocked-flows-data-policies.md Removed comment symbol from line 74 --- power-platform/admin/identify-blocked-flows-data-policies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power-platform/admin/identify-blocked-flows-data-policies.md b/power-platform/admin/identify-blocked-flows-data-policies.md index 3936e376d5..121eee7447 100644 --- a/power-platform/admin/identify-blocked-flows-data-policies.md +++ b/power-platform/admin/identify-blocked-flows-data-policies.md @@ -71,7 +71,7 @@ Write-Host "Fetching all DLP policies in the tenant..." -ForegroundColor Cyan try { # Fetch all DLP policies - #$dlpPolicies = Get-AdminDlpPolicy + $dlpPolicies = Get-AdminDlpPolicy $totalPolicies = $dlpPolicies.Count Write-Host "Done. Fetching all Environments in the tenant..." -ForegroundColor Cyan