- Notifications
You must be signed in to change notification settings - Fork4
Companion module for PSAppDeployToolkit
License
PSAppDeployToolkit/PSAppDeployToolkit.Tools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
PSAppDeployToolkit.Tools is a companion module forPSAppDeployToolkit that provides tools and functions useful during the application packaging process. Having this separate allows for a separate release schedule and also reduces the file size of the module that is required to be delivered to endpoints to handle software deployments.
- Test-ADTCompatibility - Test your PSAppDeployToolkit v3 scripts to get a full report on which functions and variables have changed in v4.1.
- Convert-ADTDeployment - Convert a PSAppDeployToolkit v3 script or an entire package folder to v4.1 standards.
- Windows 10/11
- PowerShell 5.1 or later
- .NET Framework 4.7.2 or later
Install the module from the PowerShell Gallery:
Install-Module PSAppDeployToolkit.Tools-Scope CurrentUser
Alternatively you can import a downloaded copy of the module - however with this approach, you will need to ensure its pre-requisite modulesPSAppDeployToolkit 4.1.5 andPSScriptAnalyzer 1.24.0 are available:
Import-Module"<Path To PSAppDeployToolkit.Tools.psd1>"
Example command usage:
Test-ADTCompatibility-FilePath .\Deploy-Application.ps1-Format Grid
This example analyzes Deploy-Application.ps1 and outputs the results as a grid view.
Convert-ADTDeployment-Path .\Deploy-Application.ps1
This example converts Deploy-Application.ps1 into Invoke-AppDeployToolkit.ps1 in the same folder.
Convert-ADTDeployment-Path .\PackageFolder
This example converts PackageFolder into PackageFolder_Converted in the same folder.
This project is licensed under theGNU Lesser General Public License
About
Companion module for PSAppDeployToolkit
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
