| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PSAppDeployToolkit.Tools is a companion module for PSAppDeployToolkit 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.
Install the module from the PowerShell Gallery:
Install-Module PSAppDeployToolkit.Tools -Scope CurrentUserAlternatively you can import a downloaded copy of the module - however with this approach, you will need to ensure its pre-requisite modules PSAppDeployToolkit 4.1.5 and PSScriptAnalyzer 1.24.0 are available:
Import-Module "<Path To PSAppDeployToolkit.Tools.psd1>"Example command usage:
Test-ADTCompatibility -FilePath .\Deploy-Application.ps1 -Format GridThis example analyzes Deploy-Application.ps1 and outputs the results as a grid view.
Convert-ADTDeployment -Path .\Deploy-Application.ps1This example converts Deploy-Application.ps1 into Invoke-AppDeployToolkit.ps1 in the same folder.
Convert-ADTDeployment -Path .\PackageFolderThis example converts PackageFolder into PackageFolder_Converted in the same folder.
This project is licensed under the GNU Lesser General Public License
| Back | FazBrowse Home | New Git URL |