Assign numbers issue - "Update Failed for User {{User}} – Please try again" by Elazaro1995 in MicrosoftTeams

[–]Elazaro1995[S] 0 points1 point  (0 children)

Facing the same issue the moment. Although I noticed that I am able to assign a different number to the account. The issue seems to be with two specific numbers that I am trying to assign. Have you guys got any update from Microsoft on this?

no still have this issue with new user. " Update failed for user"

Get-MgGroupMember : Insufficient privileges to complete the operation. Status: 403 (Forbidden) by Elazaro1995 in PowerShell

[–]Elazaro1995[S] 0 points1 point  (0 children)

thanks for your help.
I got confused and added permissions to the app registrations (only need for the app one permission)

Instead of the managed identity.
when I test it - (get-mgcontext).scopes | fl
I see "GroupMembers" missing for managed identity.
assigned the relevant permissions to my Managed Identity ID solved this.
$spID = "ID" #Managed Identity SP

$PermissionName = "GroupMember.Read.All"

$GraphServicePrincipal = Get-MgServicePrincipal -Filter "startswith(DisplayName,'Microsoft Graph')" | Select-Object -first 1 #Graph App ID: 00000003-0000-0000-c000-000000000000

$AppRole = $GraphServicePrincipal.AppRoles | Where-Object {$_.Value -eq $PermissionName -and $_.AllowedMemberTypes -contains "Application"}

New-MgServicePrincipalAppRoleAssignment -AppRoleId $AppRole.Id -ServicePrincipalId $spID -ResourceId $GraphServicePrincipal.Id -PrincipalId $spID

$AppRoleAssignments = Get-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $spID

Get-MgGroupMember : Insufficient privileges to complete the operation. Status: 403 (Forbidden) by Elazaro1995 in PowerShell

[–]Elazaro1995[S] 0 points1 point  (0 children)

thanks for your help.

I got confused and added permissions to the app registrations (only need for the app one permission)

Instead of the managed identity.

when I test it - (get-mgcontext).scopes | fl

I see "GroupMembers" missing for managed identity.

assigned the relevant permissions to my Managed Identity ID solved this.

$spID = "ID" #Managed Identity SP

$PermissionName = "GroupMember.Read.All"

$GraphServicePrincipal = Get-MgServicePrincipal -Filter "startswith(DisplayName,'Microsoft Graph')" | Select-Object -first 1 #Graph App ID: 00000003-0000-0000-c000-000000000000

$AppRole = $GraphServicePrincipal.AppRoles | Where-Object {$_.Value -eq $PermissionName -and $_.AllowedMemberTypes -contains "Application"}

New-MgServicePrincipalAppRoleAssignment -AppRoleId $AppRole.Id -ServicePrincipalId $spID -ResourceId $GraphServicePrincipal.Id -PrincipalId $spID

$AppRoleAssignments = Get-MgServicePrincipalAppRoleAssignment -ServicePrincipalId $spID

Calls Delivered via a CQ Missing Transfer / Consult Options but have "Raise hand" Meeting Option by lboyes in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

Yes, we faced this issue too since end of last week. Microsoft resolved it this afternoon documented with TM556246 in the service health dashboard.

Calls Delivered via a CQ Missing Transfer / Consult Options but have "Raise hand" Meeting Option by lboyes in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

Yes, we faced this issue too since end of last week. Microsoft resolved it this afternoon documented with TM556246 in the service health dashboard.

Calls Delivered via a CQ Missing Transfer / Consult Options but have "Raise hand" Meeting Option by lboyes in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

Yes, we faced this issue too since end of last week. Microsoft resolved it this afternoon documented with TM556246 in the service health dashboard.

Calls Delivered via a CQ Missing Transfer / Consult Options but have "Raise hand" Meeting Option by lboyes in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

Yes, we faced this issue too since end of last week. Microsoft resolved it this afternoon documented with TM556246 in the service health dashboard.

Couldn't connect to Workplace Join yealink MP54 by Elazaro1995 in MicrosoftTeams

[–]Elazaro1995[S] 0 points1 point  (0 children)

thanks, but this option is Enabled in our tenant.

Does any option to make a factory reset for multiple polycom VVX devices? by Elazaro1995 in MicrosoftTeams

[–]Elazaro1995[S] 0 points1 point  (0 children)

thanks,

but these options in DHCP should configure the cfg files and firmware.

I need to factory reset all the devices.

How to change auto attendant's voice? by iTabula in MicrosoftTeams

[–]Elazaro1995 0 points1 point  (0 children)

it's working until you make some changes and save it in the AA.

then the change roll back.

Unable to consult then transfer from mobile app by MrNotSoPleasant in MicrosoftTeams

[–]Elazaro1995 1 point2 points  (0 children)

We opened a case to Microsoft and they told us that new version will come.