How to Copy User Permissions in SharePoint Online using PowerShell?

Permission management in SharePoint Online is always a complex task, especially in large environments. Granting permissions in SharePoint becomes cumbersome when you are trying to clone an existing user’s access rights. Consider this scenario: You have an existing user in a department granted access to various SharePoint Sites, lists, folders, files, etc….

Read more

SharePoint Online: PowerShell to Grant Site Permissions to User

Requirement: Grant permissions to a SharePoint Online site using PowerShell. How to Grant Access to a SharePoint Online Site? When working with SharePoint Online, a common task is to add users to the site. In SharePoint Online, it is easy to grant access to a site for specific users or groups and…

Read more

SharePoint Online: How to Add User to Office 365 Group Site?

Requirement: Add User to an Office 365 Group Site. How to Add Members to Office 365 Group Connected SharePoint Site? There are two ways you can add users to the Office 365 group-connected SharePoint Online sites: SharePoint Online: Add Members to an Office 365 Group Site By default, Office 365 group-associated SharePoint…

Read more

SharePoint Online: Set Current User as Default Value in Person or Group Field

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 SharePoint Online? I have a list to track travel requests and want to fill some people picker columns to…

Read more

OneDrive for Business: How to Increase Storage Quota for a User?

Requirement: Increase OneDrive for Business Storage Quota using PowerShell. How to Increase OneDrive for Business Storage for One User? OneDrive for Business is a cloud storage service that comes with Office 365 subscriptions. The storage quota allocated to each user’s OneDrive for Business site depends on your Microsoft 365 subscription plan. For…

Read more

SharePoint Online: Get All Items Created or Modified by a Specific User

Requirement: Find All List Items Created or Modified by a Specific User. PowerShell to Get All Files Created or Modified by a Particular User If you need to get a list of all items created or modified by a specific user in SharePoint Online, Here is the PowerShell script to do that!…

Read more

SharePoint Online: PowerShell to Check If User Exists

Requirement: SharePoint Online PowerShell to check if a user exists. There are many times when you need to check if a user exists in SharePoint Online. Maybe you’re trying to see if a new user account is still active, or perhaps you’re tracking down someone’s Email or Account’s validity in your SharePoint…

Read more