

- SKYPE FOR BUSINESS MEETING ON MAC KEEPS DISCONNECTING INSTALL
- SKYPE FOR BUSINESS MEETING ON MAC KEEPS DISCONNECTING UPDATE
Now open up PowerShell or ISE and run get-command Enable-CsOnlineSessionForReconnection and you should see the following…Īnd if you want to see the detail of the function you can get it by piping the get-command to a formatted list.
SKYPE FOR BUSINESS MEETING ON MAC KEEPS DISCONNECTING UPDATE
This is the only way to update it since it wasn’t installed using install-module like most other connectors for O365.
SKYPE FOR BUSINESS MEETING ON MAC KEEPS DISCONNECTING INSTALL
Simply close any connections you have and download the exe from the link above and double click to install it. The new version of Skype for Business Online, Windows PowerShell Module (2046.123) is here.

It shows as version 7.0.0.0 before and after you update it. There is a post in Microsoft Docs for diagnosing connection problems.Īnnoyingly, the SkypeOnlineConnector version is the same whether you have the latest version or the one before. Enable-CsOnlineSessionForReconnection was added, it seems, to the latest version of the SkypeOnlineConnector in October.

Microsoft added a new function to the SkypeOnlineConnector which just needs to be used at the time of connection. What if you don’t want to have to connect to and import a new session? There’s now a solution for that. When the session times out, all I need to do is press play again and it connects to a new session and imports again. Now that I have a script, I just open it in ISE and press play (Run or F5) and it runs the script, connects to a session, complete with credentials, and imports that session for use. I don’t need to worry about multiple tenants because I only manage one, my own. I then pass that to a password variable that I can use to connect to my tenant. My script prompts for my password and saves it to a local file as a secure string. Then I wrote a PowerShell script that baked in authentication and connection in one. I resorted to just connecting to a new session, then importing that session using the -AllowClobber switch. That’s because the session timed out and disconnected you. One minute you’ll be using it to configure Direct Routing or an Auto Attendant, then you go away for a minute or two, then run the next command, only to be asked for credentials again.Īnd annoyingly, no matter how many times you re-enter your credentials, it won’t connect again. That is, that there is a 1 hour session timeout built in. If you have ever connected to it and used it, you will know there has been one annoying trait since its launch. The SkypeOnlineConnector is used to manage Skype for Business Online and Microsoft Teams. If you use the SkypeOnlineConnector PowerShell module to connect to and manage Skype for Business Online or Microsoft Teams, I have some exciting news.
