How to disable all Federated Copilot Connectors by default

As posted, Federated Copilot Connectors have been generally available since April. All connectors are enabled by default for Copilot-licensed users, including any future connectors.

Read:  Federated Copilot Connectors will reach General Availability in Microsoft 365 Copilot

In March, Microsoft informed administrators should be able to change the setting for federated Copilot connectors, so the default setting is Disabled. This configuration is now available and must be configured via PowerShell.

Federated Copilot connectors are enabled by default
Federated Copilot connectors are enabled by default

I prefer to disable such Copilot configurations first and enable them only when needed for a specific user group or pilot use case, especially with federated connectors accessing external data.

Data from federated Copilot connectors does not fall under the Microsoft Products and Services Data Protection Addendum (DPA), as these connectors do not store or index customer data in Microsoft services and access data in real time using the user’s identity. Review third-party provider agreements, including data residency and licensing terms, before enabling federated Copilot connectors.

  1. The account requires the AI Administrator or Global Administrator role.
  2. The Connector.cmd module, at least version 2.1, is required.
  3. Import the Connector.Cmd module and run Set-FederatedConnectorToggle.
PowerShell
Install-Module Connector.Cmd -Force
Import-Module Connector.Cmd
Set-FederatedConnectorToggle

  1. Sign in with the administrator account.
  2. If the connectors are still enabled, select option 1 to disable all federated connectors by default.
Select option 1 to disable all federated Copilot connectors
Select option 1 to disable all federated Copilot connectors

All existing federated connectors in the Microsoft 365 admin center will be disabled within the next 10 minutes, and for Copilot-licensed users within a few hours.

All Federated Copilot Connectors, including future connectors, are now disabled by default
All federated Copilot connectors, including future connectors, are now disabled by default

Specific connectors can then be re-enabled and assigned to selected users and groups.

Enable a federated connector for selected users
Enable a federated connector for selected users
More information
Share
Avatar photo

Tobias Asböck

Tobias is a Senior System Engineer with more than 10 years of professional experience with Microsoft 365 products such as SharePoint Online, SharePoint Premium, OneDrive for Business, Teams Collaboration, Entra ID, Information Protection, Universal Print, and Microsoft 365 Licensing. He also has 15+ years of experience planning, administering, and operating SharePoint Server environments. Tobias is a PowerShell Scripter with certifications for Microsoft 365 products. In his spare time, Tobias is busy with updates in the Microsoft 365 world or on the road with his road bike and other sports activities. If you have additional questions, please contact me via LinkedIn or [email protected].

Leave a Reply

Your email address will not be published. Required fields are marked *