Unable to modify Meeting Policy in Teams for only a few of users

Romero Garduño, Javier (NTTDATA) 26 Reputation points
2022-12-02T09:14:57.553+00:00

Hi, we have some different customized Meeting Policies set in our tenant, we have already moved most of them to another one (Global) using PS command "Grant-CsTeamsMeetingPolicy -identity "###" -PolicyName 'Global'" but we are having some errors only for a few of users, if I try it via Team webpage I get this error "We can't assign these Meeting policy to this user. Try again. If you continue to have problems, contact Microsoft customer support."
266527-image.png
266534-image.png

Is there any way of fixing this? I tried during last 3 days and I have the same errors.

Thanks in advanced!

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,484 questions
0 comments No comments
{count} votes

Accepted answer
  1. SokiGuo-MSFT 28,966 Reputation points Microsoft Vendor
    2022-12-16T08:02:42.913+00:00

    Hi @Romero Garduño, Javier (NTTDATA)

    Great to know that you've already thought of a solution and really appreciate it for your sharing!
    By the way, since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others. You could click the "Accept Answer" button for this summary to close this thread, and this can make it easier for other community member's to see the useful information when reading this thread. And according to the scenario introduced here: Answering your own questions on Microsoft Q&A, I would make a brief summary of this thread:

    Unable to modify Meeting Policy in Teams for only a few of users

    Issue Symptom: Using the PS command "Grant-CS Team Meeting Policy -Identity" ###"-PolicyName 'Global'" to assign a policy to a user, only a few users reported an error message: ‘’The user was not provisioned successfully ‘’ and "User can't be granted this policy".

    The Solution: Try using the command: Get-CsOnlineUser #### | Grant-CsTeamsMeetingPolicy -PolicyName $null, the problem is solved.

    Thank you for your understanding and patience!

    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Romero Garduño, Javier (NTTDATA) 26 Reputation points
    2022-12-15T11:02:54.94+00:00

    Hi to all,

    thanks for your help. Finally I tried with this command "Get-CsOnlineUser #### | Grant-CsTeamsMeetingPolicy -PolicyName $null" which removes the MeetingPolicy (and as a consequence it sets the Organizative one) and then it fixed my problem.

    Thank mates!

    1 person found this answer helpful.
    0 comments No comments

  2. Vasil Michev 110.2K Reputation points MVP
    2022-12-02T10:34:34.233+00:00

    As both the admin center and PowerShell fail, best open a support request.

    0 comments No comments

  3. SokiGuo-MSFT 28,966 Reputation points Microsoft Vendor
    2022-12-05T06:01:14.217+00:00

    Hi @Romero Garduño, Javier (NTTDATA)

    Are you assigning policies to individual users in the admin center?

    According to the picture information, your user was not successfully provisioned. Please reassign in the format of this example to see if the problem persists.

    267015-image.png

    To set the global policies using PowerShell, use the Global identifier. Start by reviewing the current Global policy to determine which setting you want to change.

    266965-image.png

    In addition, reassign in the admin center as follows to see if the problem persists.

    1. In the left navigation of the Microsoft Teams admin center, go to Users > Manage users.
    2. Select the user by clicking to the left of the user name, and then select Edit settings.
    3. Select the policy you want to assign, and then select Apply.

    For more details about assigning policies to users and groups, you could refer to:

    https://learn.microsoft.com/en-us/microsoftteams/assign-policies-users-and-groups


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



  4. Romero Garduño, Javier (NTTDATA) 26 Reputation points
    2022-12-09T09:00:15.873+00:00

    Hi @SokiGuo-MSFT , thanks for your answer. Really appreciated for your help :)

    I already tried as you mention, and I still have the error. As a curiosity, when I launch the command via PS, sometimes it returns the error I already captured; "The user was not provisioned successfully"... but sometimes it gives me this other: "User can't be granted this policy"

    268912-image.png

    Don't know why it happens, but I'm still not able to assign to a litlle group of user the "Global" Meeting Policy.

    Any idea about this?

    Thanks in advance!


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.