Forum Discussion
Manoune69
Mar 26, 2025Copper Contributor
I'm trying to block a number via powershell but it doesn't work.
Hello, I would like to block a number via powershelle on the tenant, and I was able to find some information on this site :https://learn.microsoft.com/fr-fr/microsoftteams/block-inbound-calls . I t...
VasilMichev
Mar 26, 2025MVP
Even if you want to only block a single number, you need to use a pattern/regex. Other than that, make sure to also check the tenant-level setting (Get-CsTenantBlockedCallingNumbers). Lastly, keep in mind that it can take up to 24h for any changes to be reflected.