Forum Discussion
adding bulk users into call allow policy
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.
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.
- VasilMichevMay 19, 2020MVP
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
- ABill1May 20, 2020Iron Contributor
Hi VasilMichev
I am all good with the command and understand it except this -OperationName "Example 2 batch"
what would this name be?
Sorry for the pretty basic question!
thanks in advance
- VasilMichevMay 20, 2020MVP
It's just a name for the batch, you can name it however you like.