
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.

Last Update: Jun 04, 2025
How to connect to a VirtualBox virtual machine using Microsoft’s Remote Desktop.

Last Update: Sep 04, 2024
Using the cloud as a backup target is definitely one of the ways that many businesses are adopting the hybrid cloud. Today, almost all businesses are dealing with massive data growth. The research firm IDC has estimated that overall data is doubling every two years. Keeping up with this level of data growth is tough…

Last Update: Sep 04, 2024
How to manually onboard a device to Windows Autopilot.

Last Update: Sep 04, 2024
A closer look at some of the features of Microsoft’s new MSIX installer technology and how they can be used to improve application packaging and distribution in the enterprise.
Last Update: Sep 05, 2024
How to manually onboard devices to Windows Autopilot.

Last Update: Sep 04, 2024
Built-in PowerShell 7 module NetTCPIP, on Windows, offers a range of functionality to update and manage your network interfaces. Many of the traditional IT administration tasks, such as setting a static IP address or DNS Server settings, are trivial using the functions within the NetTCPIP module.