skype for business
599 TopicsDecommission Skype 2015 On-Prem servers
I want to decommission our Skype On-Prem (2015) servers and cleanup AD from the RTC delegations and groups (RTC* and CS*). I've been following the guide: https://learn.microsoft.com/en-us/skypeforbusiness/hybrid/decommission-remove-on-prem However, when doing step 1 of "Prepare to remove the Skype for Business deployment" and run the commands, the command Get-CsAudioTestServiceApplication returns an object. In step 2 there is no corresponding Remove-cmdlet, so we tried disabling it with the Set-cmdlet. Moving on to "Remove your on-premises Skype for Business deployment", when getting to step 3 I run "Publish-CsTopology -FinalizeUninstall" but gets the following error. Publish-CsTopology : Command execution failed: Cannot publish topology changes. Users or contacts are still homed on a pool that would be deleted. Move or remove the users or contacts before continuing. At line:1 char:1 + Publish-CsTopology -FinalizeUninstall + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Publish-CsTopology], Inva lidOperationException + FullyQualifiedErrorId : ProcessingFailed,Microsoft.Rtc.Management.Deploy ment.PublishTopologyCmdlet Running the command generates a html file with the result, where the same error can be found and the following suggestion: "UserPoolInUseResolution: Consult your Skype for Business Server documentation to learn how to move or disable objects still homed on the pool. To find those objects, execute the following cmdLets: Get-CsUser, Get-CsExUmContact, Get-CsCommonAreaPhone, Get-CsAnalogDevice, Get-CsRgsWorkflow, Get-CsDialInConferencingAccessNumber, Get-CsAudioTestServiceApplication, Get-CsTrustedApplicationEndpoint, Get-CsPersistentChatEndpoint." So I'm guessing we need to get rid of that Audio Test Service Application, anyone got any ideas how to do that? I can't find anything for it in the GUI either. The main objective is to clean up any remnents in AD, the entire Skype environment will be removed and all servers decommissioned. I'm guessing that the Disable-CsAdDomain and Disable-CsAdForest cmdlets does this somewhat. Is the above steps a requirement to be able to run these cmdlets, or would this be a viable option?1.4KViews0likes3CommentsEnd of support for connecting to Skype for Business server in Microsoft Teams Rooms on Windows
While the Microsoft Teams product team is rapidly releasing new features and capabilities for Microsoft Teams Rooms and continues innovating to deliver more intelligent, inclusive, and productive meeting experiences we must end support for some legacy technologies. We are announcing the end of support for Skype for Business server connections for on-premises customers.12KViews4likes4CommentsSkype for Business Server 2019 Cumulative Update Available for Download
We are excited to announce the Skype for Business Server 2019 June 2023 Cumulative Update (CU Build Number 2046.521) which, in addition to fixes for customer-driven bugs and many security hardening improvements, includes two new features: Emergency Mitigation Service (EMS) and OAuth for Dial-in and Web Scheduler.8.1KViews3likes1CommentSkype for Business Server TAP is now recruiting new customers
The Skype for Business Server team is looking for new members to join our Technology Adoption Program (TAP). TAP is an established program designed to validate updates to Skype for Business Server by asking customers to test them in their own lab or production environments.12KViews4likes7CommentsSkype Business Client can't sign into Skype for business
Team, On Premises Skype business server 2015 , was working perfectly since last two weeks users are getting sign-out ( all users almost same time) with error message " Please signout at another location and try again you have reached the maximum number of computers or devices allowed " . We are having S4B front end and Edge And ISS Reverse Proxy. all running in Win 12 R2. During this period there is no specific changes in System. AD running win 16 on clients, we are using Skype for Business Basic which is part of office 365. users are getting loout not any specific interval, some time in a hour or 2 hours545Views0likes0CommentsSkype for Business Server support, Skype for Business App SDK, & migrating users to Microsoft Teams
For millions of customers around the globe, Microsoft Teams is the preferred communications and collaboration platform, enabling chat, calling, meetings, file sharing, and application integration all from a single, cloud-based application. However, we understand some customers wish to maintain an on-premises deployment, either as a stand-alone or part of a hybrid configuration with Teams. As such, Microsoft will continue to support Microsoft Lync Server 2013, Skype for Business Server 2015, and Skype for Business Server 2019 through Microsoft’s Fixed Lifecycle Policy that covers customers through Mainstream and Extended Support phases.15KViews0likes4CommentsRecording a meeting on Skype for Business Mac
Hi all! I need some help finding out how to record a meeting on skype for business on my Mac. I have the app downloaded, but once I'm in a meeting I don't see the option anywhere. I've checked the three "..." I'm trying to record phone calls if that helps at all. I've looked at a ton of tutorials. Any help would be greatly appreciated!When can we use File Transfer on SfB for Mac version?
Hello, I am an Office 365 business user in China. The China version of 365 (operated by China 21Vianet) still no plan for Teams migration. We have to use Skype for Business on Mac computers. But the Mac version of SfB is very low. There is no File Transfer, no Screen Capture and no Screen Control functions. Please update SfB for Mac. Thank you very much indeed.New SFB Online User creation from Lync Shell
Hi All, We are moving Sfb to Teams. So I'm trying to create a new script to set up new user for sfb online and then moved to Teams only mode. I got the below errors when trying to create sfb online? #Assign variables $UserName = Read-Host "Please enter the email address of the user you're assigning the number to" $PhoneNumber = Read-Host "Please enter the phone number that you are assigning to this user: +91" $extension = Read-Host "Please enter the phone extension that you are assigning to this number" #Connect to Skype for Business Server Management Shell on Server #Activate voice calling and assign a number to the user Enable-CsUser -Identity $UserName -SipAddressType Emailaddress -HostingProviderProxyFqdn 'sipfed.online.lync.com' -DomainController 'dc1.domain.com' #Enterprise Voice users only Set-CsUser -Identity sip:$UserName -LineUri tel:+91$PhoneNumber;ext=$extension -DomainController 'dc1.domain.com' Invoke-command -ComputerName adsync.domain.com -ScriptBlock { Start-AdSyncSyncCycle } Start-Sleep -s 30 Enable-CsUser : Cannot move user in enable operation. Use the Move user cmdlet instead. Set-CsUser : Cannot open database "xds" requested by the login. The login failed. + Set-CsUser -Identity sip:$UserName -LineUri tel:+61$PhoneNumber;ext=$extension - ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Set-CsUser], SqlConnectionException + FullyQualifiedErrorId : Microsoft.Rtc.Common.Data.SqlConnectionException,Microsoft.Rtc.Management.AD.Cmdlets.SetOcsUserCmdlet ext=$extension : The term 'ext=$extension' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. As1.1KViews0likes1Comment