Re: Move new connectors to blocked group automatically
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.