Forum Discussion
Desusai
May 13, 2020Copper Contributor
Assigning a set of policies to an individual user at once
I would like to add multiple policies to an individual user in a single step using powershell commands. I have gone through documentation very well but i cannot find anything which could help me. S...
- May 13, 2020Have you had a look at policy packages:
Assign a package then customize the policy’s in the package
https://docs.microsoft.com/en-us/microsoftteams/manage-policy-packages
Then use power shell command To distribute this to one or more users :
CsBatchPolicyPackageAssignmentOperation
See here:
https://docs.microsoft.com/en-us/microsoftteams/assign-policies#assign-a-policy-package
Adam
May 13, 2020
Have you had a look at policy packages:
Assign a package then customize the policy’s in the package
https://docs.microsoft.com/en-us/microsoftteams/manage-policy-packages
Then use power shell command To distribute this to one or more users :
CsBatchPolicyPackageAssignmentOperation
See here:
https://docs.microsoft.com/en-us/microsoftteams/assign-policies#assign-a-policy-package
Adam
Assign a package then customize the policy’s in the package
https://docs.microsoft.com/en-us/microsoftteams/manage-policy-packages
Then use power shell command To distribute this to one or more users :
CsBatchPolicyPackageAssignmentOperation
See here:
https://docs.microsoft.com/en-us/microsoftteams/assign-policies#assign-a-policy-package
Adam
- DesusaiMay 14, 2020Copper Contributor
Hey adam deltinger ,Thanks for the response . I am quite new to Microsoft Teams and i am unable to customize the policies in the policy package as the options are blocked and i am unable to edit them. I had assigned Education Teacher package to a user and then i am trying to customise it but i cannot as it was blocked . Can you please help me out