Downloads

Download the latest stable release of SharePoint ToolBox. Extract the archive and run the PowerShell script — no installer required.


Latest Releases

Loading releases…


Prerequisites

RequirementDetails
Operating systemWindows (PowerShell WinForms)
PowerShell5.1 or later
PnP.PowerShell moduleInstall via Install-Module PnP.PowerShell -Scope CurrentUser
Azure AD App RegistrationRequired for authentication — see Getting Started

Installation

1. Install the prerequisite module

Install-Module PnP.PowerShell -Scope CurrentUser

2. Extract the archive

Extract the downloaded ZIP to a folder of your choice, for example C:\Tools\SharePointToolBox.

3. Launch the application

cd C:\Tools\SharePointToolBox
.\Sharepoint_ToolBox.ps1
ⓘ If PowerShell blocks the script due to execution policy, run: Set-ExecutionPolicy -Scope CurrentUser RemoteSigned

See Also