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" }

Zoom Contact Centre - HttpCall Widget

Few things to look for when using the HttpCall widget within Zoom Contact Centre.  (1) URL: Is the URL for the API call, if required/enable ...