Get the full names of all fields in a SharePoint list

  PowerShell script that pulls all the field info of a SharePoint Online list. It's good for when you're scripting and don't kno...

PowerShell - Add and Remove users from Active Directory Groups

  PowerShell script to add and remove users from active directory groups on-prem #import the ActiveDirectory Module Import-Module ActiveD...

Powershell add items to a SharePoint Online list

  A quick script to add items to a SharePoint list: Import-Module PnP.Powershell Connect-PnPOnline https://contoso.sharepoint.com/sites/...

Create a SharePoint Online site map using PowerShell

  Here is a PowerShell script that utilizes the SharePoint PnP, which will create a list of the subsites of a SharePoint site, creating a cr...