Posts Tagged: Office 365

Azure AD Connect v2.0 – Why should I care?

15th September, 2021

Azure AD Connect (AADC) was released many years ago and has seen many versions over those years. Microsoft fairly recently introduced a policy where older versions would be sunset after a period of time. Now with the deprecation of components that the current AADC versions use, it has released the v2.x branch of Azure AD […]

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

Fixing Azure AD Join for Windows 10 Provisioning Package Error 0xCAA2000C

7th June, 2021

We are working with Declaration Software on their Windows 10 Workstation Migration Agent. The Workstation Migration Agent is capable of migrating Computer Accounts from On-Premises AD to Azure AD, AD to AD, and Azure AD to Azure AD. This includes migrating a Workstation where it has been Azure AD Hybrid Joined and instead making it […]

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

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

Office 365 Tenant to Tenant Migrations

13th June, 2019

Given the growth of Microsoft Office 365, tenant-to-tenant migrations were inevitable and have become more and more frequent.

Tenant-to-tenant migrations have essentially become the new Exchange and AD migrations we all know and love from the last 15 years.

If an Office 365 tenant-to-tenant migration is on your horizon then you are going to have to rely on good planning, 3rd party tools, manual tools and IT Consulting Services from trusted professionals, and that’s where Nero Blanco comes in.