How to Check the SharePoint Online Version?

Requirement: Find the SharePoint Online version of the Microsoft 365 tenant. Find SharePoint Online Version Why? Because some features, like the navigation switch, Request File, etc., were not enabled due to the target release settings of Microsoft 365. So, we wanted to check the current version of the SharePoint Online tenant. To…

Read more

“Not Equal To” Operator in PowerShell: A Comprehensive Guide

PowerShell is a powerful automation tool that can help you quickly and efficiently manage your Windows environment. One of the key features of PowerShell is its comparison operators, which allow you to compare values and make decisions based on the results. It has a wide range of operators that you can use…

Read more

SharePoint Online: How to Enable Global Navigation using App Bar?

Requirement: Add global navigation in modern SharePoint Online How to Create Global Navigation in SharePoint Online? You may probably know that there is no global navigation in SharePoint Online. This can be a bit confusing if you work with multiple site collections, as you have to navigate back and forth to access…

Read more

PowerShell Ternary Operator: Simplifying Conditional Statements

The ternary operator is a shorthand way of writing an if-else statement, and it can be used to simplify complex conditions and reduce the amount of code needed to perform a task. This results in code that is cleaner and easier to read. The ternary operator is extremely useful for PowerShell scripts…

Read more

How to Upgrade to PowerShell 7 – 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 already switching to PowerShell 7. If you’re yet to upgrade to…

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 using 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