The PowerShell Toolbox is quick way to access frequently used scripts.
Navigate to Sitecore -> PowerShell Toolbox and after selecting you should see the configured scripts:
Toolbox
Note: Examples included in the following modules
Authorable Reports
Logged in Session Manager
Package Generator
Task Management
Platform
Available Tools
Index Viewer
This tool provides similar functionality to the Index Viewer module. Search and rebuild the index on-demand.
Index Viewer
Logged in Session Manager
View the list of user sessions and "kick" them out as needed.
Logged in Session Manager
Rules based report
Generate a report using the Sitecore Rules Engine.
Rules based report
PowerShell Background Session Manager
View the list of SPE sessions and "kill" them as needed.
PowerShell Background Session Manager
Create Anti-Package
This tool provides similar functionality to the Sitecore Rocks module.
Create Anti-Package
Re-create Site from Sitemap
Simple tool for generating a site tree using an existing sitemap.
Re-create Site from Sitemap
Task Manager
View and manage the configured scheduled tasks.
Task Manager
Create Tools for the Toolbox
To create your own Toolbox item take the following steps: 1. Create the Toolbox folder under an SPE module. Use the context menu to simplify the process.
Right click the module name and choose Scripts -> Create libraries for integration points.
Module Libraries
Select the Toolbox item and click Proceed.
Module Toolbox Library
Create a PowerShell Script under the Toolbox item.
Right click the Toolbox library and choose PowerShell Script.
Libary Script
Open and edit the PowerShell Script using the ISE.
ISE Edit
Run the Rebuild All command in the ISE by navigating to the Settings tab and selecting the icon to rebuild. Be certain to enable the module before running the rebuild command.
ISE Settings Tab
Verify the new toolbox item appears in the Toolbox.