For the Power Platform environment DLP policy, the process of adding new exemptions to the existing list of resources is the same as what I described in my previous response.
You can use the Get-PowerAppDlpPolicyExemptResources command to retrieve the current list of exempt resources, add any new resources to that list, and then use the Set-PowerAppDlpPolicyExemptResources command to update the policy with the new list of exempt resources.
Additionally, you can use the Add-PowerAppDlpPolicyExemptResource command to add individual resources to the existing list of exemptions for a specific DLP policy.
Keep in mind that, before you run the DLP exemption commands, You will need to connect to your environment using the PowerApps PowerShell module as an admin.
It's always recommended to test the command on non-production environment before executing it in production.
If my reply helped you, please give a 👍, & if it solved your issue, please 👍& Accept it as the Solution to help other community members find it more. |