client
145 TopicsMS Teams Desktop APP - Sorry we couldn't connect you.
Hello all , I want to roll out MS teams to use company wide since we have included in our office365 bundle . I have created a small user test group before company wide push. My issue is that in some of the users i am facing the issue where the desktop app will not connect to any Audio/Video meeting with the error "Sorry we couldn't connect you". Others it works fine. The users can join all meeting fine via a browser though. I have checked event logs and the only error i see when joining a meeting is the 4227 error TCIP . I have tried reinstall ms teams , restart pc , check drivers nothing. I havealso tried manual install from downlaoded msi and exe still same issue. Can anyone pelase help ?176KViews0likes26CommentsMultiple chats sessions with same contact in S4B window ?
I see multiple instances of chats with the same contact. This is really cluttering up my Skype for Business app window in both my mobile iOS and my desktop app. Example: Chat session with Joe at 10:00 for 10 minutes Chat session with Joe again at 14:00 for 15 minutes Now I see two separate chat streams with the same contact. Why isn't this singular? If I have a chat session with Joe and i do not actively remove/delete that chat session, shouldn't it just continue the next time one of us write? Is this by design? Do I need to adjust something in Skype for Business Admin on 365? I am using latest builds . iOS Version 6.11.1.310 and Mac OSX 16.2.156 Please help, this is sure to cause complaints amongst staff and I expect will introduce user acceptance numbers to drop. Especially if this is to be compard to WhatsApp, or any attempt to replace WhatsApp. Cheers p56KViews1like192CommentsOneDrive Client - Sync frequency
Hi guys, In our environment we are installing the MS OneDrive Client v2018 (Build 18.091.0506). I do have some short questions about the client: Is it possible to start the client synchronization manually? What is the default synchronization frequency of the OneDrive Client? One of our member, told me, that at home, if there are changes on his onedrive over web or phone, his One Drive client on his machine does apply the changes immediatly. Same vice versa. But in our case, which is OneDrive for Business, it always takes around 10minutes, till OneDrive Client is realizing that there was a change. Can we control this better? Settings > Network Tab -> Upload & Download rate are set "Don't limit" Thank you in advance.30KViews0likes5CommentsSFB online Client Sign in and Authentication Deep Dive ;Part 1
First published on TECHNET on Apr 09, 2018 Scenario: Pure Online (O365) environment, SFB user is homed Online, NO ADFS, MA (Modern Auth) is Disabled in O365NOTE:I have tried my best to ensure the information below is accurate.26KViews7likes2CommentsHow to reset Skype Room Systems v2 after upgrade to Windows 10 Creators Update Version 1703
Download and run the Skype Room Systems v2 reset script for Surface Pro 4 to address issues and notifications occurring after upgrade to Windows 10 Creators Update (Version 1703). NOTE: See March 30th, 2018 blog article to address issues when devices upgraded to Windows 10 Version 1709.23KViews3likes20CommentsSkype for Business - On Prem - IOS Push Notification Status
Hi, I'm currently looking into why users with iphones cannot enable Push notifications. When entering into the settings of the SfB application, it says under Push Notifications Status, "Not Supported. Please contact your system admin for additional information on how to enable Push Notifications". You can see this in the attached screen shot. We have enable push notifications for Microsoft and Apple devices, and also have the federated partners set up. I have run the following synthetic transactions to test the configuration which all returned success. Test-CSFederatedPartner –targetfqdn <INTERNAL EDGE POOL> –domain push.lync.com Test-CSMCXPushNotification – AcessEdgeFQDN <INTERNAL EDGE POOL> Any help would be appreciated. Thanks Michael.22KViews0likes39CommentsModern Authentication for the Skype for Business Online Windows PowerShell Module
Modern Authentication is an authentication mechanism replacing NTLM or Kerberos and allows to enable scenarios like multi-factor authentication. In the past, you couldn’t leverage Modern Authentication if you wanted to connect as an administrator via remote PowerShell to manage Skype for Business Online. This meant that you had to use an administrator account that did not enforce Modern Authentication. For administrators to benefit from the additional security that Modern Authentication provides, we updated the Skype for Business Online Windows PowerShell Module. Note: You must have version 7.0.1045.0 or higher (link is at the end of this article). In addition, to use multi-factor authentication, you can no longer provide a PSCredential object to New-CsOnlineSession. New-CsOnlineSession will prompt for credentials without a PSCredential object, so you will always get a pop-up to provide your credentials. The credentials can be used for up to 8 hours, then you must re-authenticate after 8 hours. Examples of how to use the new connector with a modern authentication enabled tenant: New-CsOnlineSession user@domain.com Prompts credentials of the specified user, using multi-factor authentication enabled for that user. New-CsOnlineSession Prompts for admin UPN, then prompt for credentials for that user, using multi-factor authentication if enabled. New-CsOnlineSession <PSCredential> Not valid if multi-factor authentication is enabled for the user. Included so that existing scripts for admins using username and password only, will continue to work. Deployment considerations There are a few known issues we want to point out: Session expiration: Sessions expire after 8 hours. When they do, a pop-up asks you for credentials, but this but this pop-up will not accept any credential you can provide (as it is expecting an OAuth token). A way how to remove the existing session is: $SkypeSession = Get-PSSession Remove-PSSession $SkypeSession It is also important to keep the session expiration in mind if you plan to run scripts that might run longer than 8 hours. Installation on unpatched Windows Server 2012 R2: Installation of the Skype for Business Online Windows PowerShell Module might fail if you are running it on an unpatched Windows Server 2012 R2. The reason is that it is using an incompatible version of vcredist. We always recommend to keep all systems fully patched, this will also resolve this issue. Managing Cloud Connector Edition: A tenant global administrator account is required for Cloud Connector, to add or remove appliances, enable or disable automatic OS updates, and enable or disable automatic binary updates. While this account can be enabled for Modern Authentication it must not be enabled for multi-factor authentication - otherwise managing Cloud Connector Edition will fail. Call to action: Learn more about Modern Authentication our wiki: Skype for Business Online: Enable your tenant for modern authentication. Download the latest Skype for Business Online Windows PowerShell Module. Enable your tenant and the administrators for remote PowerShell. Questions or comments? Discuss with us in the SOF Community.21KViews7likes1Comment