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 request a certificate for Skype for Business Server 2015 from an internal Microsoft Enterprise CA throws the error: “A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. 0x800b0101 (-2146762495 CERT_E_EXPIRED)”

Problem You’re attempting to renew the Skype for Business Server 2015 front-end server with an internal Microsoft Enterprise Certificate Authority but receive the following error: > Request CertificateRequest-CSCertificate -New -Type Default,WebServicesInternal -CA “DC1.corp.contoso.bmContoso CA” -Country “BM” -State “Hamilton” -City “Hamilton” -FriendlyName “Skype for Business Server

Read More...

Attempting to install Skype for Business server role onto Windows 2012 server fails with: “Prerequisite not satisfied: Before you install Skype for Business Server 2015, you must install an update for Windows Server 2012 R2. For details about the update”

Problem You’re attempting to install a new role, such as mediation services, on an existing front end server but the process fails with the following message: > Bootstrap-CsComputerLogging status to: C:Usersa-tlukAppDataLocalTemp2BootstrapFull-[2018_06_23][13_45_16].htmlChecking prerequisites for bootstrapper…Checking prerequisite WMIEnabled…prerequisite satisfied.Checking prerequisite NoBootstrapperOnBranchOfficeAppliance…prerequisite satisfied.Checking prerequisite SupportedOS…prerequisite satisfied.Checking prerequisite NoOtherVersionInstalled…prerequisite

Read More...

Executing Test-CsFederatedPartner throws the error: “No matching cluster found in topology.”

Problem You attempt to use the Test-CsFederatedPartner cmdlet (https://docs.microsoft.com/en-us/powershell/module/skype/test-csfederatedpartner?view=skype-ps) to test a configured partner federation but receive the following error: PS C:> Test-CsFederatedPartner -TargetFqdn sip.contoso.com -Domain contoso.com Test-CsFederatedPartner : No matching cluster found in topology. At line:1 char:1 + Test-CsFederatedPartner -TargetFqdn sip.contoso.com -Domain tokiomillenn …

Read More...