Forum Discussion
ABill1
May 18, 2020Iron Contributor
adding bulk users into call allow policy
Hi all,
how do I add bulk users into a policy I created in teams to allow private calls.
thanks in advance
PowerShell is the answer, specifically the Set-CsTeamsCallingPolicy cmdlet. If the number of users to which you want to assign the policy isn't that big, you can also do it via the Teams admin center - go to Users, select all the users you need, click Edit settings, adjust the policies as needed.
- ABill1Iron Contributor
Hi VasilMichev,
Do I need to connect to Skype or teams for this command?
I want to import 240 users into a call policy, is this possible? What would the command be?
Sorry for all the questions! And thanks in advance.
Yes, SfBO PowerShell module is needed. You can simply use a CSV file and pipe it to the cmdlet, or use the method detailed here: https://docs.microsoft.com/en-us/microsoftteams/assign-policies#assign-a-policy-to-a-batch-of-users