kennysarmy Posted November 13, 2020 Author Posted November 13, 2020 Is it possible to switch users from "Directly" applied policies to those that get set through the new group policy assignment method? In case it helps anyone else. $user_ids = Get-Content .\userlist.txt New-CsBatchPolicyAssignmentOperation -PolicyType TeamsCallingPolicy -PolicyName $null -Identity $users_ids -OperationName "Unassign meeting policy" From here: https://docs.microsoft.com/en-us/microsoftteams/batch-group-policy-assignment-edu
kennysarmy Posted November 16, 2020 Author Posted November 16, 2020 Next question. I create a new user, their Office 365 licences get applied automatically through group membership - tick I have setup Teams so that their Meeting Policy is set via "Group Policy Assignment". How long does it typically take to action? When I check the user's details they are all still saying : Global (Org-wide default)
Boredguy Posted December 4, 2020 Posted December 4, 2020 Next question. I create a new user, their Office 365 licences get applied automatically through group membership - tick I have setup Teams so that their Meeting Policy is set via "Group Policy Assignment". How long does it typically take to action? When I check the user's details they are all still saying : Global (Org-wide default) It can take up to 24 hours for a new user to get their Teams licence setup, but the policies appear to apply instantly for us. Making changes to the policy settings themselves can take an hour to come into effect, but not the actual assignment via Group policy which is instant 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now