Forum Discussion
Shivakumar_Totad
Jul 30, 2020Copper Contributor
Applying Teams policy to groups (Distribution List) made easy through power shell
To apply policy to distribution list groups, one has to get the group id and which is very lengthy, very difficult to remember.
After doing all these activities, power shell cmdlets run without any error but policy was not applied to intended users when i check in user profile under teams admin console.
To solve this problem I just gave try and entered distribution list mail ID, which went without any errors and policy applied to intended users immediately.
Cmdlets: New-CsGroupPolicyAssignment -GroupId mail@domain.com -PolicyType TeamsMeetingPolicy -PolicyName "PolicyName" -Rank 1
- ThereseSolimeno
Microsoft
Thanks for posting, Shivakumar_Totad
- Shivakumar_TotadCopper ContributorIf the same trick worked for you also, then this post will have value.
Thank you so much for your reply.