Skip to content

Instantly share code, notes, and snippets.

@Pollewops
Pollewops / AppDeployToolkitConfig.xml
Created June 11, 2024 21:22
AppDeployToolkitConfig.xml
<AppDeployToolkit_Config>
<!--
PSAppDeployToolkit - This XML configuration file is used to set defaults for the PSADT core
runtime and functions.
PSAppDeployToolkit is licensed under the GNU LGPLv3 License - (C) 2024 PSAppDeployToolkit Team
(Sean Lillis, Dan Cunningham and Muhammad Mashwani).
This program is free software: you can redistribute it and/or modify it under the terms of the GNU
Lesser General Public License as published by the
@Pollewops
Pollewops / AppDeployToolkitExtensions.ps1
Last active June 14, 2024 09:23
AppDeployToolkitExtensions.ps1
<#
.SYNOPSIS
PSAppDeployToolkit - Provides the ability to extend and customise the toolkit by adding your own functions that can be re-used.
.DESCRIPTION
This script is a template that allows you to extend the toolkit with your own custom functions.
This script is dot-sourced by the AppDeployToolkitMain.ps1 script which contains the logic and functions required to install or uninstall an application.