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
| Requirement | Details |
|---|---|
| Operating system | Windows (PowerShell WinForms) |
| PowerShell | 5.1 or later |
| PnP.PowerShell module | Install via Install-Module PnP.PowerShell -Scope CurrentUser |
| Azure AD App Registration | Required 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
- Getting Started — Azure AD App Registration and first connection
- Connection and Profiles — Saving and managing connection profiles
- Configuration — App settings and language selection