Forum Discussion
Blocking Microsoft 365 Copilot Making Inferences in Teams Meetings
This message seems to be gone from the message center in all the tenants I have access to. Do you know what happened to this feature? Is it still configurable as per your blogpost TonyRedmond ?
- TonyRedmondJan 15, 2025MVP
$Uri = "https://graph.microsoft.com/beta/copilot/admin/settings/limitedMode"
$Data = Invoke-MgGraphRequest -Uri $Uri -Method GET
$dataName Value
---- -----
groupId f805d711-c4f4-4663-9993-b08b4be52cb5
@odata.context https://graph.microsoft.com/beta/$metadata#copilot/admin/settings/limitedMode/$entity
isEnabledForGroup TrueWho knows why the MC post is gone. The Graph moves in mysterious ways.
- VegardStromsoyJan 15, 2025Brass Contributor
Confirmed that it still works in a dev tenant, so you can ignore my question. Still puzzled as to why it is gone from the message center.