How to Update PowerShell – Quick Guide!

PowerShell 7 is undoubtedly the most significant release of PowerShell since its inception. This new version has significant improvements over its predecessor, PowerShell 5.1, and it’s faster, more powerful, and more flexible. While it is still relatively new, many users are switching to PowerShell 7. If you’re yet to upgrade to PowerShell…

Read more

How to Connect to Exchange Online using PowerShell?

Requirement: Install the Exchange Online PowerShell module and Connect to Exchange Online using PowerShell. PowerShell is the primary administration tool to manage cloud products like Exchange Online in the Microsoft 365 suite. The Exchange Online PowerShell module makes the Administrator’s life a lot easier! The cmdlets available in the Exchange Online module…

Read more

How to Get the Current Directory or Script Path in PowerShell?

As a professional working with PowerShell, I frequently receive questions to get the current directory from the script. PowerShell, Microsoft’s versatile scripting language, is integrated deeply into the Windows operating system. This makes it incredibly potent for handling file and directory manipulation tasks, making it important to know the current path you…

Read more

Create a FAQ Page with Collapsible Sections in SharePoint Online

A frequently asked questions (FAQ) page is an essential part of any website or intranet portal. It allows you to provide answers to common questions your users may have, reducing repetitive inquiries. SharePoint Online modern sites offer a quick and easy way to create FAQ pages using collapsible sections that neatly organize…

Read more

How to Add Microsoft Forms to SharePoint Online?

Requirement: Add Microsoft Forms to SharePoint Online. How to Add Microsoft Forms to SharePoint Online Page? Microsoft Forms are a great way to gather data from your employees and customers. They’re easy to use, customizable, and perfect for data collection and communication. Need to add Microsoft Forms to SharePoint Online? Sure, Microsoft…

Read more

PowerShell Functions: A Comprehensive Beginner’s Guide

I have come across many scenarios where I needed to repeat a task multiple times. Initially, I would copy and paste the code, change the variables, and execute the code again. This method worked fine, but it was time-consuming and prone to errors. That’s when I discovered PowerShell functions. PowerShell functions are…

Read more

Configuring Email Forwarding in Office 365: An Easy Guide

Managing email forwarding plays a crucial role in everyday administration. Although it sounds simple, it can become a time-consuming task. Fortunately, Microsoft 365 Admin Center, Exchange Online Admin Center, and PowerShell scripts offer a simple solution to streamline this process. In this article, we will walk you through the process of setting…

Read more

Office 365: How to Check Mailbox Permissions using PowerShell?

As an Office 365 administrator, managing mailbox permissions is an essential task. Keeping track of who has access to what mailbox can be a daunting task, especially when dealing with multiple users and shared mailboxes. In this guide, we’ll explore how to check the mailbox permissions using Microsoft 365 Admin Center, Exchange…

Read more