Posts Tagged: Teams

Fundamental Differences Between Google Workspace and Microsoft Tenant: A Migration Perspective – Part 1

4th March, 2026

In the modern digital workplace, organisations face a critical decision: do they choose Google Workspace or Microsoft 365? Both platforms offer cloud-based productivity tools, collaboration features, and storage, but there are many differences in their architecture, security models, and integration capabilities. For businesses migrating from Google Workspace to Microsoft 365, understanding these fundamental differences, as […]

Streamline Microsoft 365 Workflows with Power Automate for SharePoint and Teams

31st July, 2025

Discover how to create reusable Power Automate flows that work across multiple SharePoint sites and Teams channels without duplication. This blog explores key triggers, actions, best practices, and tools like Encodian Trigr to help you scale automation efficiently—saving time, reducing rework, and boosting productivity across your Microsoft 365 environment.

Microsoft Teams for Education Migrations

22nd February, 2024

At Nero Blanco, we specialise in conducting Microsoft 365 tenant-to-tenant migrations. With experience migrating close to a million seats, our projects have ranged from small 50 user projects to larger ones with up to 70,000 users. Our clients range from small and medium business through to enterprise level organisations of over 300,000 employees – covering […]

Teams Coexistence Pitfalls

29th September, 2020

Chances are if you have been using Teams for long enough you have seen this in a chat. “The user is unavailable or offline. We’ve sent an email instead”

Guest Account conflicts with Exchange Online

15th May, 2020

Guest Accounts not receiving email notifications In truth, this blog could have been called anything.  Probably the Guest Account dilemma, but I have used that kind of title a few times now, none the less – it is a dilemma.  This is a blog I have been wanting to write for ages, because it has […]

Whiteboard in Office 365 and Teams

13th May, 2020

We were asked to investigate an issue for a client today where the Whiteboard app wasn’t available to Teams users in a Teams meeting. Here are the key requirements for enabling Whiteboard: Enable Whiteboard for tenant License the users Enable the Teams Policy Apply the Teams Policy to users Enabled Whitebard for the tenant. Head […]

Uninstall Microsoft Teams cleanly

22nd January, 2020

Teams Cache Cleaner Try this one last time… Start PowerShell as Admin and run: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Processtaskkill /IM teams.exe /F /TGet-ChildItem -Path ([System.Environment]::ExpandEnvironmentVariables(“%AppData%\Microsoft\Teams”)) -Directory | ? { $_ -in (‘blob_storage’,’Cache’,’Application Cache’,’Code Cache’,’databases’,’GPUCache’,’IndexedDB’,”) } | % {Remove-Item $_.FullName -Recurse -Force}Get-ChildItem -Path ([System.Environment]::ExpandEnvironmentVariables(“%AppData%\Microsoft\Teams\meeting-addin”)) -Directory | ? { $_ -in (‘Cache’,”) } | % {Remove-Item $_.FullName […]