SharePoint Online: Set Person or Group Field Default Value as Current User
Requirement: Fill the Current user in person or group field (People Picker column) in SharePoint Online list New form. How to Set the Person or Group Field Default Value as Current User in... [[ This...
View ArticleHow to Find SharePoint Sites Associated with Microsoft Teams?
Requirement: Find the SharePoint Online site of the Microsoft Team. How to Get the Associated SharePoint Online Site of a Microsoft Team? Every Microsoft teams created have a SharePoint Site... [[ This...
View ArticleFix "Get-SPOSite : The managed path Sites/URL is not a managed path in this...
Problem: Getting "Get-SPOSite: The managed path sites/URL is not a managed path in this tenant." error in PowerShell. Solution: A simple PowerShell script to get a site collection in... [[ This is a...
View ArticleHow to Create a Redirect in SharePoint Online?
Requirement: Create redirect in SharePoint Online. How to Redirect SharePoint Online page to different URL? In classic SharePoint sites, we've script editor web part and redirect can be achieved... [[...
View ArticleDownload SharePoint Documents from CSV File using PowerShell
Requirement: Download files in SharePoint document library from a CSV file to local disk. PowerShell Script to Download Documents from SharePoint : My CSV has "URL" and "FileName" columns in it, and......
View ArticleSharePoint Online: Update Multiple Lines Of Text Field Value using PowerShell
Requirement: Update Multiple lines of text field value in SharePoint Online using PowerShell. PowerShell to Set Multiline text field in SharePoint Online: I've a column called "Project Description"......
View ArticleFix "Get-SPWeb : The term 'Get-SPWeb' is not recognized as the name of a...
Problem: When trying to run a PowerShell script in SharePoint, got this error Get-SPWeb : The term 'Get-SPWeb' is not recognized as the name of a cmdlet, function, script file, or operable program.......
View ArticleHow to Invite a Guest User to Azure AD for SharePoint Online?
Requirement: Invite guest user to SharePoint Online Azure AD. How to Invite a guest user to SharePoint Online Azure AD? SharePoint Online allows us to invite external users to collaborate. However,......
View ArticleGet Documents Inventory for a Site Collection using PowerShell
Requirement: Get All documents inventory in a CSV format from a SharePoint Site collection. PowerShell to Get Documents Inventory of a SharePoint Site: This PowerShell gets all documents details... [[...
View ArticleSharePoint Online: Convert Classic Team Site to Communication Site
Requirement: Convert Classic Team Site to Communication Site in SharePoint Online. SharePoint Online: How to Convert Classic Team Site to Modern Communication Site? Communication sites are ideal... [[...
View ArticleHow to Create a Retention Policy to Preserve Deleted Items in SharePoint Online?
Requirement: Create retention policy to preserve deleted items in SharePoint Online. How to Create a Retention Policy for SharePoint Online? SharePoint Online retains deleted items for 93 days... [[...
View ArticleSharePoint Online: How to Breakdown Metadata by Groups in List Form?
Requirement: Divide Fields into Groups in SharePoint List Forms. How to Breakdown Metadata into Groups in List Forms? In the New List form, We wanted to group fields into groups so that It... [[ This...
View ArticleSharePoint Online: Disable Access Requests for All Sites using Powershell
Requirement: Disable access request for SharePoint Online sites. How to Disable Access Request in SharePoint Online? To disable access request for a SharePoint Online site, do the following: Click......
View ArticleHow to Convert Word to PDF in SharePoint Online?
Requirement: Convert Word document into PDF in SharePoint Online. How to Convert Word to PDF in SharePoint Online? Here is the nifty trick to convert word documents to PDF in SharePoint... [[ This is...
View ArticleHow to Disable Quick Edit in SharePoint Online?
Requirement: Disable Quick Edit in SharePoint Online We've a project tracking list with field "Project Health" which is updated by an event receiver based on certain parameters and business logic.......
View ArticleSharePoint Online: How to Add User to Office 365 Group Site?
Requirement: Add User to a Office 365 Group Site. How to Add Members to Office 365 Group Connected SharePoint Site? There are two ways you can add users to Office 365 group connected SharePoint... [[...
View ArticleSharePoint Online: "Access denied. You do not have permission to perform this...
Problem: Getting "Access Denied. You do not have permission to perform this action or access this resource" Error when trying to upload a File or creating folder in "Style Library". Also we... [[ This...
View ArticleSharePoint Online: Create Child Terms in Term Store using PowerShell
Requirement: Create a child term in SharePoint Online term store. How to Add Child Terms in SharePoint Online? SharePoint Online term store provides an easy interface to manage term store... [[ This...
View ArticleHow to Enable Quick Edit in SharePoint Online?
Problem: SharePoint Online quick edit missing! How to Enable Quick Edit in SharePoint Online? Here is the troubleshooting checklist to fix quick edit missing issue in SharePoint Online. Check... [[...
View ArticleHow to Change Personal View to Public in SharePoint Online?
Requirement:Change personal view to public in SharePoint Online How to Make a Personal View to Public in SharePoint? We can not change a personal view to public in SharePoint neither... [[ This is a...
View Article