There are a couple of catches to install PowerShell on macOS and have it work for remote sessions to Microsoft 365 / Azure AD / Exchange Online. First, install the latest release version of PowerShell from GitHub: https://github.com/PowerShell/PowerShell/releases Then, install...
Read More
Our thinking
Problems with php 5.6 on Ubuntu 20.04
I'm putting this here as I will probably need to refer to it again in the future. We've taken over the development for a web app that uses php 5.6 and I'm trying to get it working with MySQL 8...
Read More
Read More
Import Outlook PST into Office 365
Microsoft now have a fairly straightforward way to import large Outlook PST files into Office 365. Using this process to upload large amounts of email should be considerably quicker, and more reliable, than pushing the email up to Office 365...
Read More
Read More
Change MTU size on a NIC on Windows
I had a really thorny problem recently where packets of a certain size were disappearing in action when being sent from Site A to Site B. After much troubleshooting, it looked to be a problem with the TCP MSS between...
Read More
Read More
How to properly automount a drive in Ubuntu Linux
I've stolen this from TechRepublic, and am reproducing it here so I can find this info again when I need to. The original article is: How to properly automount a drive in Ubuntu Linux. The bit that I need to...
Read More
Read More
Show object sizes in bytes (or MB) in PowerShell with Office 365
PowerShell can be a very powerful tool when applied correctly, however it has some quirks - one of which is formatting size numbers for remote PowerShell connections to Office 365. By default, when you get a list of item sizes...
Read More
Read More
Change USB Disk Numbers on Synology DSM
When you connect a USB disk to a Synology NAS, the NAS assigns it a disk number, which forms part of the name of the mount point for the disk. The first disk you plug in will be usbshare1, and...
Read More
Read More
Big announcements from Apple – macOS 11 and ARM-based Macs
Apple held their virtual WWDC2020 overnight and there were a raft of announcements. Two of the biggest however that will affect all Mac users were the announcement of macOS 11 and Apple are making their own ARM-based CPUs for Macs....
Read More
Read More
Clean up Windows 10 WinSxS Folder to free up disk space
Windows 10 (and Windows Server) has a feature where it keeps older versions of shared libraries and other things like that in a Windows Side-by-Side folder (SxS). Over time this folder grows and can end up taking up a fair...
Read More
Read More
Outlook unable to sign in to Office 365 email account after MFA Enabled.
I had a really thorny problem recently with a client who responded to a phishing email and their account was compromised. As part of reviewing their account security, I enabled Multi-factor Authentication. Everything went well signing back into the account,...
Read More
Read More