Following on from this post:Office 365 Migrations - What happens to Outlook Meetings with embedded Teams URLs? - Nero BlancoWe developed a tool to strip out Teams info from Calendar invites, so that new Teams info co...
Following on from this post:Office 365 Migrations - What happens to Outlook Meetings with embedded Teams URLs? - Nero BlancoWe developed a tool to strip out Teams info from Calendar invites, so that new Teams info co...
Teams Cache CleanerTry 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]:...
Where does the default Teams email go?When you first create a Microsoft Team it allocates an email address for the Team. That email address is built by the Display Name (with spaces and special characters remove...
Azure AD Connect (AADC) integrates your Active Directory with Azure Active Directory (and from there with the various Active Directories for your workloads) AADC has an account on-premises that has rights within Active Directory and depending on what you are syncing back from Azure AD to on-premises those rights can be extensive. Microsoft has issued […]
Nero Blanco has become a Power365 Certified Partner! Power365 is a Binary Tree product that solves Office 365 cross-tenant integration and migration challenges for when your organization goes through a merger or acquisition, has users in multiple Office 365 tenants, like multinationals, or has separate operating divisions. Nero Blanco sees this kind of integration and […]
An interesting challenge was discovered at a client recently during testing in a development (pre prod) environment. Whilst we were not the architects of the directory synchronisation, it serves for a great blog/article. A very very large customer (300k users) is deploying some additional Exchange forests for their final countries to migrate to Outlook […]
This is a summary of a great session by Mark Russinovich talking about Azure Inside Azure Datacenters Data center design When Microsoft plans new data centers they start with geographies (Geos) which are gradually coming down to country (Germany, France, UK, etc). Within a geo there are at least two regions (region pair). A region […]
Window 1709 (Fall Creators) has a great new feature called Files on Demand. It is a OneDrive feature that we actually talked to Microsoft about at Ignite in 2015. Basically it makes OneDrive more like other file syncing tools, where the file names and directory structure is always shown but the file content may or […]
As part of a project I’m working on I was asked to install and configure Sysmon on all servers using DSC (Azure Automation DSC in this case) After a bit of effort I came up with the following Configuration xSysmon { param ( [string] $SourcePath = “”, [string] $LocalPath = “”, [string] $ConfigFileName = […]
While working on DSC for a client I came across the need to use Composite Configurations, however it needed to work with Azure Automation. Microsoft did use to say that Azure Automation DSC does not support partial or composite configurations, however composite ones can actually be wrapped up as a module and imported. After that […]
At Microsoft Ignite 2017 they mentioned that OneDrive does now allow # (hash) and & (ampersand) but it needs to be configured on the tenant. If your current setting is NoPreference meaning Microsoft will roll it out when it feels like it. If you want these characters accepted earlier then it can be set with […]
At Ignite this year Nero Blanco has reached another milestone in achieving Gold Cloud Platform status with Microsoft! Thanks to all of those customers that we do Azure work for today, and for all of you who want to but haven’t spoken to us yet 🙂
Nero Blanco has reached another milestone in achieving Silver Cloud Platform status with Microsoft! Thanks to all of those customers that we do Azure work for today, and for all of you who want to but haven’t spoken to us yet 🙂
Microsoft recently released a new subscription called Microsoft 365. It is available in Business, Enterprise E3 and Enterprise E5 variants. The Microsoft 365 Business is effectively Office 365 Business Premium, EMS (simplified for Business) and Windows 10. The Enterprise variants add more configurable options and deeper insight. So why would you want to buy a […]
I recently had to work out what the full set of attributes was that could be set against a user or a group in Active Directory. My first thought was ok why not just grab a user in PowerShell and ask to see all properties Get-ADUser -ResultSizeLimit 1 -Filter * -Properties * However that only […]