Powershell

Connect to SFBO PS using MFA enabled Administrator account

So my administrator account was enabled for MFA as a part of additional security and with the MFA enabled account, connection to the Skype for business online PowerShell module was failing with below error: PS C:\\WINDOWS\\system32> $session = New-CsOnlineSession -Credential $cred -Verbose VERBOSE: Determining domain to admin VERBOSE: AdminDomain = \’abc.onmicrosoft.com\’ VERBOSE: Discovering PowerShell endpoint […]

Connect to SFBO PS using MFA enabled Administrator account Read More »

Troubleshooting user\’s call in Skype for Business online

In this article, i am going to explain how to start troubleshooting a failed call, even before you get logs from the end user. All you need is, user\’s SIP URI and approximate time of the call or session that had an issue. To start with, connect to Skype for business online Powershell. Once you are

Troubleshooting user\’s call in Skype for Business online Read More »

Split big sized text files or Large Lync logs into small sized files

While working on a customer requirement, output of a command in a text file was big enough that a normal text editor could not handle the file. So i was forced to think, how i can split this big file. While searching for spiting solution, i trid few scripts but was unsuccessful. Finally got a script

Split big sized text files or Large Lync logs into small sized files Read More »