Forum Discussion
Blocking Microsoft 365 Copilot Making Inferences in Teams Meetings
The Copilot inference and evaluation policy controls if users can ask Copilot in Teams to evaluate the emotions of other meeting participants. It sounds creepy that meeting participants can ask Copilot how someone is feeling based on their contributions to a meeting, but AI is happy to answer unless blocked by policy. Maybe blocking big brother monitoring should be the norm rather than an exception?
https://office365itpros.com/2024/12/19/copilot-inference-and-evaluation/
3 Replies
- VegardStromsoyBrass Contributor
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 ?
$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.
- VegardStromsoyBrass 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.