How to Start Managed Folder Processing for a Single User in Exchange Online

Managed Folder Assistant is crucial for managing the retention and deletion of email messages in Microsoft Exchange. Initiating Managed Folder processing for a single user in Exchange Online involves a straightforward process using the Start-ManagedFolderAssistant cmdlet along with additional steps Read More …

Active Directory Script: Find User Account Expiry with Specific SAMAccount

In the dynamic landscape of IT administration, efficiency is the name of the game. When managing user accounts in Active Directory, having the right tools at your disposal can save precious time and ensure that critical tasks are performed seamlessly. Read More …

Automating Office 365 Distribution Group Management with PowerShell

In a previous blog post (link here), we explored how to use PowerShell to manage Office 365 distribution groups efficiently. Today, we are excited to present an updated PowerShell script that enhances the distribution group management process even further. This Read More …

How to Find the Last few Times a Windows PC was Rebooted

When troubleshooting a Windows 10 PC, it can be helpful to know when the computer was last rebooted. Knowing this information can help identify potential causes of issues and determine if updates or changes were recently installed. In this article, Read More …

Find which program is using a Specific Port in Windows

While installing a web server on a workstation, I kept getting an error that the port number was in use. This obviously caused some issues as it is an IT machine, who knows what was installed using the ports? There Read More …