About Script Explorer
Script Explorer helps you create, manage, and reuse PowerShell code inside PSAppDeployToolkit projects without leaving Master Wrapper.

Tools in Script Explorer
| Tool | Purpose |
|---|---|
| Script Builder | Generates ready-to-use PowerShell commands for common deployment tasks. |
| Custom Snippets | Saves reusable PowerShell snippets for future projects. |
| Built-in Snippets | Provides predefined PowerShell structures and commands. |
Script Builder tools
- Add Registry Values from .reg File — converts
.regfiles into PowerShell commands automatically. - Add Windows Firewall Rules — creates firewall rules without writing
New-NetFirewallRulecommands manually.