Hi folks,
Is there a way to move new connectors to blocked groups automatically?
Whether is it via flow or power shell? We have power platform admin and we are struggling to do so. Not sure if that is possible.
Thanks!
Solved! Go to Solution.
You can achieve this via PowerShell, see the full CmdLet list. Further, you can utilize the Power Platform Data Loss Prevention SDK. As an example, the following command blocks all "non-business" connectors:
Set-AdminDlpPolicy -PolicyName <Guid> -SetNonBusinessDataGroupState “Block”
If this is functionality you would like to see added to Flow, a Flow Connector, or a Flow Template, please consider submitting it to the Flow Ideas page, where it can be voted on by other users, and tracked and commented on by the Flow team.
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION ☑️. If you find this reply helpful, please consider giving it a LIKE.
You can achieve this via PowerShell, see the full CmdLet list. Further, you can utilize the Power Platform Data Loss Prevention SDK. As an example, the following command blocks all "non-business" connectors:
Set-AdminDlpPolicy -PolicyName <Guid> -SetNonBusinessDataGroupState “Block”
If this is functionality you would like to see added to Flow, a Flow Connector, or a Flow Template, please consider submitting it to the Flow Ideas page, where it can be voted on by other users, and tracked and commented on by the Flow team.
If this reply answers your question or solves your issue, please ACCEPT AS SOLUTION ☑️. If you find this reply helpful, please consider giving it a LIKE.
@Brad_Groux - Thanks for sharing . @NewUser22 please let me know if there is still an issue
Hi folks,
I managed to find out a better way to manage this.
As security is our concern, we put blocked as the default group. So new connectors are automatically blocked unless someone else request to unblock it.
Thanks!
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
51 | |
42 | |
40 | |
39 | |
38 |
User | Count |
---|---|
78 | |
77 | |
71 | |
52 | |
49 |