Posts Tagged: Microsoft Teams

Streamlining Workflows: Using Power Automate with SharePoint and Microsoft Teams 

23rd January, 2026

Power Automate, Microsoft’s workflow automation tool, is a game-changer for boosting productivity across Microsoft 365 services like SharePoint and Teams. Whether you’re managing documents, coordinating team tasks, or sending notifications, Power Automate can simplify repetitive processes with minimal effort.  In this blog, we’ll explore how to harness Power Automate for automations in SharePoint and Microsoft Teams, break down the capabilities and options for […]

Microsoft Teams Meetings that Require Registration

1st July, 2021

Sounds like an awesome new feature right? Well it is, kind of. Just isn’t well documented or obvious in the GUI how to use it and set one up! Firstly, you can’t do this from Outlook, you have to use Microsoft Teams. Step 1 – Create Event Go to your Calendar, go to top right […]

Working with Saved Messages in Microsoft Teams

19th February, 2020

Microsoft Teams is revolutionising how we communicate with a company. It speeds up working together, allows fast collaboration and retains business knowledge within a place that isn’t lost when someone leaves the organisation. One problem though is information overload and managing which conversations you still need to get back to…! Luckily you can mark a […]

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 […]