You can import existing PSADT packages (v3 or v4) from
.zipfiles.
- From the dashboard, click Import Local
- A drawer opens; drop one or more
.zipfiles (or click to browse) - The wizard processes each zip and reports status
For each zip, the wizard will:
- Detect whether it’s a v3 (
Deploy-Application.ps1) or v4 (Invoke-AppDeployToolkit.ps1) package - Parse the script to extract session configuration values
- Extract phase content (pre/main/post for each deployment type)
- Extract any custom parameters
- Copy
Files/*into the package’s workspace directory - Add a new package to your workspace (respecting the 10-package cap)
For v3 packages, command names and variables are automatically translated to v4 syntax using the same translation service used by the /api/translate endpoint.
After import, you can review and edit each package through the normal wizard steps.