Forum Discussion
Teams Pro license
- May 23, 2024
Hi GaryS123,
sometimes, changes in Microsoft 365 licenses can take a few hours to propagate throughout the system.
Given that you've only made the change a couple of hours ago, it might be good to wait a bit longer to see if the change reflects.
You can also use PowerShell to check and verify the license assignment.- Run the following PowerShell commands:
Connect-MsolService Get-MsolUser -UserPrincipalName email address removed for privacy reasons | Select-Object -ExpandProperty Licenses ā
If after a reasonable amount of time (e.g., 24 hours) the issue still persists, consider contacting Microsoft Support.
Hi GaryS123,
sometimes, changes in Microsoft 365 licenses can take a few hours to propagate throughout the system.
Given that you've only made the change a couple of hours ago, it might be good to wait a bit longer to see if the change reflects.
You can also use PowerShell to check and verify the license assignment.
- Run the following PowerShell commands:
Connect-MsolService
Get-MsolUser -UserPrincipalName email address removed for privacy reasons | Select-Object -ExpandProperty Licenses
ā
If after a reasonable amount of time (e.g., 24 hours) the issue still persists, consider contacting Microsoft Support.