Author:

Windows Information Protection and Folder Redirection – 0x807c0008

22nd June, 2020

We are rolling out Windows Information Protection (WIP) for one of our clients. WIP will be deployed for MAM and MDM devices WIP was not deploying at all for certain devices and there was very little information why except for one Event Log error: MDM ConfigurationManager: Command failure status. Configuration Source ID: (9DB97CDF-71B8-4071-8C59-5CD2C9F96DF4), Enrollment Name: […]

Accessing Shared Mailboxes

19th May, 2020

Previously I wrote a blog about the ins and outs of connecting a shared mailbox and the benefits of connecting to it in Outlook a specific way. I’ve updated this here with the later versions of Outlook screenshots and a shorter version of just why and how. The original blog is here https://www.neroblanco.co.uk/2015/04/the-shared-mailbox-dilemma/ and to […]

Intune -Troubleshooting and Learnings

19th May, 2020

We are rolling out Intune Compliance and Configuration Policies. MDM (Enrolled) for corporate devices and MAM (unenrolled) for Personal devices. We are using MDM and MAM to rollout (Windows Information Protection) WIP. We are not using Config Manager, and all devices are Azure AD Hybrid Joined. This blog focusses on Windows 10 devices and does […]

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

OneDrive for Business Reconfiguration

6th May, 2020

Office 365 – Tenant to Tenant Migrations OneDrive for Business Reconfiguration Today I’m going to briefly outline Reconfiguring the OneDrive for Business Desktop Application. I say briefly because as a departure from some of our other blogs I’m going to depart from the usual step by step process with screenshots. If you have landed here, […]

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

Renamed Channels in Teams

18th December, 2019

Overview In case you hadn’t noticed, we here at Nero Blanco do a lot of migrations.  We are fully immersed in tenant-to-tenant migrations these days and we are always seeing and learning interesting issues.  Like Microsoft Teams Channels that have been renamed in the Team itself. Most people now by now that a Team is […]