Forum Discussion
TonyRedmond
Dec 19, 2024MVP
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 C...
VegardStromsoy
Jan 15, 2025Brass 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 ?
TonyRedmond
Jan 15, 2025MVP
$Uri = "https://graph.microsoft.com/beta/copilot/admin/settings/limitedMode"
$Data = Invoke-MgGraphRequest -Uri $Uri -Method GET
$data
Name Value
---- -----
groupId f805d711-c4f4-4663-9993-b08b4be52cb5
@odata.context https://graph.microsoft.com/beta/$metadata#copilot/admin/settings/limitedMode/$entity
isEnabledForGroup True
Who knows why the MC post is gone. The Graph moves in mysterious ways.