sp-PowerShell
is a collection of scripts that perform various operations on SharePoint sites.
- PowerShell 5
- PnP-PowerShell (Automatically imported by the sp-PowerShell module)
A previous issue where PowerShell 7 was not supported has now been resolved as we moved from Windows PnP PowerShell to PnP-PowerShell.
- Clone repository to corresponding PowerShell Modules location.
- Run
Import-Module sp-PowerShell
and you are ready to go! - This might look more like
Import-Module .\sp-PowerShell.psd1
- Daniel Tshin - @dantshin
- Giuseppe Campanelli - @themilanfan
Please see the Contribution Guide for information on how to develop and contribute.
sp-PowerShell is licensed under the MIT License.