Complete Exchange Documentation Script Guide Master the art of Exchange infrastructure documentation with our comprehensive PowerShell script Table of Contents Introduction & Overview What Does This Script Do? Prerequisites & Requirements Installation Guide Understanding Parameters Step-by-Step Usage Guide Real-World Examples Understanding the Output Troubleshooting Guide Security Considerations Automation & Scheduling Best Practices Introduction […]
Generate Comprehensive Mailbox Reports with PowerShell Discover which mailboxes are in Exchange Online vs On-Premises with this powerful automation script The Challenge Managing a hybrid Exchange environment can be complex. IT administrators often struggle to get a clear overview of where their mailboxes are located – whether they’re still on the on-premises Exchange […]
Discover Hidden Applications Using Your Exchange Server A PowerShell Solution for Seamless Migration Planning ️ Exchange Server • PowerShell • Migration • EWS • SMTP Are you planning to migrate from on-premise Exchange to Exchange Online or another platform? One of the biggest challenges is identifying all the applications and tools that are still using […]
Complete guide to creating comprehensive Microsoft Teams reports using PowerShell and Microsoft Graph. Automate guest user management, compliance reporting, and security auditing with professional HTML reports. 15+ Compliance Checks 100% Automated Why This PowerShell Suite Changes Everything Managing Microsoft Teams at scale is challenging. With hundreds of teams, thousands of channels, and countless […]
Journaling on Exchange (on-premise) is a feature that is often needed, especially for companies that have an obligation to the authorities to comply with the retention obligation. With Exchange online this is a little more difficult. 3rd party tools should be used for this, as native journaling is not intended. I have developed a solution […]
Overview: This comprehensive guide provides PowerShell commands for migrating email domains in hybrid Microsoft 365 and Active Directory environments. The scripts cover updating User Principal Names (UPNs), managing Exchange Online mailbox addresses, and configuring Active Directory proxy addresses. Table of Contents Prerequisites Step 1: Update User Principal Names (Microsoft Graph) Step 2: […]
Setting “SendAs” and “FullAccess” authorizations is basically old hat. There are many blog articles and also many scripts on how this can be done for a large number of mailboxes. Nevertheless, I have taken the time to write such a script, which I would like to share with the community. What makes my script different […]
This article is a documentation for another script which I have written and would like to make available to the community. The script refers to the conditional access policies. And can be used in several ways. The admin should be able to create a simple report of the existing conditional access policies for his customers. […]
Introduction In this article, I describe one of the most elaborate scripts I have ever written for the community. This script is about defining a standard for how a tenant assessment can be carried out. Everyone who works as a consultant, solution architect or similar in the Microsoft 365 world faces more or less similar […]
Preliminary information This article, or rather this script, is based on the GitHub script of the AdminDroid team. Before I get to my script and my article, I would like to point out the initial script that motivated me to create my script and this article for the community. Thanks again to AdminDroid for making […]
I’m excited to share a new PowerShell script I’ve developed that dives into Microsoft Teams presence data and generates a graphical report. This script allows you to analyze user presence within your tenant over the past week, offering valuable insights into how your teams are engaging and collaborating. Understanding user presence in Microsoft Teams can […]
Introduction I’ve delved into the world of PowerShell scripting to create a solution that records and reports the current utilization of meeting rooms in Exchange Online. If you’re looking to optimize your meeting room usage and get detailed insights, this script is for you! Script Overview The PowerShell script I’ve developed is designed to […]