Tuesday, 5 September 2023

Unable to write to Active Directory due to lack of permissions

At times when I attempt to move a user from Skype to Teams I have been receiving the following error:


To view account that are causing the issue you can run the following PowerShell command

Get-ADUser -SearchBase "OU HERE" -Filter * -Properties nTSecurityDescriptor | ?{ $_.nTSecurityDescriptor.AreAccessRulesProtected -eq "True" }

Teams Resource Account - Setting Call Priority

Being able to set a call priority within Teams is relative new https://learn.microsoft.com/en-us/microsoftteams/aa-cq-call-priorities The ea...