Export Skype for Business Online ‘buddy list’

In case you migrating your user’s from one Office 365 tenant to another one (T2T Migration) you may find handy ability to quickly extract so called ‘buddy list’ from of the users. It is essentially just list of SIP addresses of user’s contacts and very often it does not have any value if there are just internal contacts. However, in case users have many external peers, loss of the buddy list may be quite painful.

The script below will allow users easily export their ‘buddy lists’.

Continue reading

Office 365 PowerShell Connector script with GUI

Sometimes, when managing many Office 365 tenants you need to open multiple connections to tenants and various Office 365 Services. The PowerShell script below offers quick and easy way managing your own connections to Azure AD and Exchange Online.

This is simple form-based PS script that will allow you to store connection profiles and quickly access service you need.

Warning!  Nevertheless script stores password as secure string, 
 do not store your connection profiles on publicly used computers.

Please find script and short manual below.

Continue reading