Lync to Skype Online – Cannot Move User in Enable Operation

Just sharing a small post on the issue we encountered on one of the accounts that we were trying to ENABLE for SKYPE for business in Hybrid environment We were using below PS command to do so Enable-CsUser -Identity “TESTUSER” -SipAddress “sip:TESTUSER@Labtest.com“ -HostingProviderProxyFqdn “sipfed.online.lync.com” This was generating error “Cannot Move User in Enable Operation” User…

Office 365 New Message Encryption and Discovery/Journal

  This blog post is about New Message encryption capabilities of office 365 that are based on Azure Information Rights Management. Most of us are already aware of how to set it up and various articles exists on Internet for assistance. You can refer below Microsoft link if you are not aware about its setup/configuration.…

Convert any CSV to Formatted Excel file

Many of my scripts I created in the past required to have a Excel report instead of plain CSV, as these reports are for different Technical/Management/Leadership teams. Today We got one such requirement where excel report is required therefore to make it easy for future I wrote a powershell code that takes CSV as input…