
With 2020 officially here, there are several major deadlines on the horizon that you need to be aware of when it comes to software in your environment. While we all know, hopefully, about Windows 7 reaching the end of support in about a week, there are other Microsoft products that will reach this milestone later this year too.

Last Update: Jul 06, 2022
By the time you read this, it will be 2020. I hope you have had a great holiday season and are feeling all relaxed and ready for a new semester of Azure action.

Last Update: Sep 04, 2024
Microsoft launched Office 365 in June 2011. Since then, the cloud office suite has matured nicely and now serves over 200 million monthly active users. Looking back as we enter a new decade, the fears that people had about going to the cloud have been dealt with and the Office 365 record of cost, reliability, and security holds up to close examination.

Last Update: Nov 19, 2024
In today’s Ask the Admin, I talk again about how Microsoft plans to deliver the new version of its Edge Browser. There’s also a Group Policy setting that will let users work with both the legacy and new Chromium-based version of Microsoft Edge.

Last Update: Sep 04, 2024
In today’s Ask the Admin, I show you how to improve network performance in Windows virtual guests running on Oracle’s VirtualBox.

The new Exchange Online Management PowerShell module has cmdlets that are faster than their older Remote PowerShell equivalents. Converting scripts to make the new cmdlets work takes some effort because the REST-based cmdlets have their own little quirks that need to be understood and mastered before scripts work properly. This example explains some of the issues met when converting code to report the Inbox sizes and items for Office 365 groups.

Last Update: Sep 04, 2024
There’s no doubt that having a disaster recovery (DR) plan in place is essential for businesses of all shapes and sizes. However, having a DR plan in place and effectively using it are very different things. Just like application code, DR plans and the DR procedures that you have in place need to be tested…
Last Update: Nov 19, 2024
Many Office 365 applications now create Azure Active Directory guest accounts. What’s the best way to discover if the accounts are active and in use? This PowerShell script uses the Office 365 audit log and message trace data to figure out what guest accounts are active and outputs a CSV file for your review and analysis. Like any other PowerShell script, it can be adapted to suit your purposes.

Last Update: Sep 04, 2024
How to deploy a Windows 10 VPN profile using Microsoft Intune.

Last Update: Sep 04, 2024
PowerShell has been the default configuration tool for Windows since it’s release in 2006, but since being open-sourced in 2016, administrators can use it for Linux and macOS as well. However, there are some significant differences in how to manage a Windows operating system over a Linux operating system.