Blog

PowerShell script for clearing the msRTCSIP-DeploymentLocator attribute when it is populated with “SRV:”

As mentioned in my previous posts: Enabling user for Teams Enterprise Voice fails with: “Management object not found for identity” https://blog.terenceluk.com/2020/10/enabling-user-for-teams-enterprise.html … a user who has previously been enabled for an on-premise Skype for Business Server may still have the msRTCSIP-DeploymentLocator attribute populated with the

Read More...

Attempting to set immutableId for user throws the error: “Set-MsolUser : Uniqueness violation. Property: SourceAnchor.”

Problem You’re attempting to use the Set-MsolUser cmdlet to configure the immutableId attribute for a user in Azure Active Directory but receive the following error: PS C:> Set-MsolUser -UserPrincipalName jsmith@contoso.com -ImmutableId “zxGeOiOTdkivMtgkOsuvKA==” Set-MsolUser : Uniqueness violation. Property: SourceAnchor. At line:1 char:1 + Set-MsolUser -UserPrincipalName jsmith@contoso.com

Read More...

Configuring a GPO to permit a MMC snap-in that is not available in the list of “Restricted/Permitted snap-ins” provided by the default Microsoft Management Console policy setting

Problem There are situations where an existing GPO is configured to restrict users from launching the MMC and the available snap-ins for non-administrative users to enhance security. To achieve this, an administrator can create a GPO with the following settings: User Configuration > Administrative Templates

Read More...