Hello James James,
Thank you for posting in Q&A forum.
You can try the commands below:
1.Set Teams AI policy "EnrollFace" value to "Enabled" for global as default.
Set-CsTeamsAIPolicy -Identity Global -EnrollFace Enabled
2.Set Teams AI policy "EnrollVoice" value to "Enabled" for global as default.
Set-CsTeamsAIPolicy -Identity Global -EnrollVoice Enabled
3.Set Teams AI policy "EnrollFace" value to "Enabled" for identity "Test".
Set-CsTeamsAIPolicy -Identity Test -EnrollFace Enabled
4.Set Teams AI policy "EnrollVoice" value to "Enabled" for identity "Test".
Set-CsTeamsAIPolicy -Identity Test -EnrollVoice Enabled
5.Here is an example to assigns a given policy to a user.
**Grant-CsTeamsAIPolicy -PolicyName Test -Identity ****@test.onmicrosoft.com
For more information, please read references below.
Set-CsTeamsAIPolicy
https://learn.microsoft.com/en-us/powershell/module/teams/set-csteamsaipolicy?view=teams-ps
Grant-CsTeamsAIPolicy
https://learn.microsoft.com/en-us/powershell/module/teams/grant-csteamsaipolicy?view=teams-ps
Get-CsTeamsAIPolicy
https://learn.microsoft.com/en-us/powershell/module/teams/get-csteamsaipolicy?view=teams-ps
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.