Block Dial Out policy - MS teams

GoodResource 376 Reputation points
2022-09-14T12:06:05+00:00

Hi,

We want to block ALL the users in our organization to be able to dial out outside USA/Canada. Via DIal out policy we can apply "DialoutCPCDomesticPSTNDisabled" to all users via poweshell script. We want to know how we can automate that same dial out policy will be applied to all NEW users joining the organization instead of waiting and doing it manually by checking who didn't have that policy applied?

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

1 answer

Sort by: Most helpful
  1. Kael Yao-MSFT 37,496 Reputation points Microsoft Vendor
    2022-09-15T06:33:22.987+00:00

    Hi @GoodResource

    You can use the following cmdlet to configure the global settings:

    Grant-CsDialoutPolicy -PolicyName <policy name>  -Global  
    

    Please refer to this part in the link: Outbound calling restriction policies for Audio Conferencing and user PSTN calls
    241337-51.png


    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.