Microsoft 365 Group: How to Add an External User?

Requirement: Add external users to Microsoft 365 group. How to Add Guest User to Microsoft 365 Group? One of the great benefits of Microsoft 365 Groups is that you can add external users to the group, allowing them to collaborate on projects or files with everyone in the group. However, adding an…

Read more

How to Add Yammer Feed to SharePoint Online Sites?

Yammer is an Enterprise Social Network tool from Office 365 suite that helps people to connect, collaborate and share business-related stuff at any given moment. How to Add Yammer Feed to SharePoint Online Pages? Adding Yammer conversations in a SharePoint Online intranets site helps people to connect, engage, and share content. Integration…

Read more

How to Create a Calendar List in Modern SharePoint Online Site?

Requirement: Create a calendar list in SharePoint Online. How to create a calendar in SharePoint Online? SharePoint Online calendar list provides a convenient and visual way to organize meetings and events. You can display calendar lists in daily, weekly, and monthly views. Adding a calendar to a SharePoint Online modern site is…

Read more

Check If a Folder is Empty in PowerShell

Requirement: Check If a Folder is Empty using PowerShell PowerShell is a powerful tool that allows users to automate tasks and manage systems efficiently. One common task that administrators need to perform is checking if a folder is empty. Whether trying to free up space on your hard drive or need to…

Read more

Mastering PowerShell While Loops: A Comprehensive Guide

As a PowerShell user, I have found that while loops are an essential tool for automating tasks and streamlining my workflow. One of the essential constructs in PowerShell is the while loop, which allows you to execute a command block repeatedly based on a conditional test. Mastering PowerShell while loops can be…

Read more

SharePoint Online: How to Enable Missing Apps (Picture Library, Announcements, Survey, Etc.) in Communication Sites?

Problem: Picture Library, Announcements, and other apps missing in SharePoint Online communication sites. How to Enable Picture Library and Other Apps in Communication Sites? By default, certain apps are not enabled in modern communication sites of SharePoint Online. Solution: Here is how to enable missing Apps in SharePoint Online Add an App…

Read more

SharePoint Online: How to Open PowerPoint in Presentation Mode?

Requirement: Open PowerPoint files in slideshow mode in SharePoint Online. How to Open PowerPoint in Presentation mode from SharePoint Online? Any link to PowerPoint presentations (PPT, PPTX, or PPSX files) takes users to the Edit mode of the file. Even if the users don’t have permission to edit, SharePoint opens it in…

Read more

Microsoft 365: How to Set the Password to Never Expire?

In the ever-evolving world of cybersecurity, password management is crucial. One common practice is to enforce regular password changes to protect user accounts periodically. While this may seem like a good security measure, it can be quite frustrating to keep up with, and frequent password changes lead to weak passwords, as people…

Read more

How to Change Directory in PowerShell?

As a PowerShell user, understanding how to navigate and change directories is essential to the efficient use of the tool. One of the most fundamental commands in PowerShell is the Change Directory (CD) command, which allows you to change the current working directory in the PowerShell console. In this comprehensive guide, I…

Read more