Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psappdeploytoolkit/psappdeploytoolkit
Project Homepage & Forums
https://github.com/psappdeploytoolkit/psappdeploytoolkit
appdeploy appdeploytoolkit application-deployment configmgr configuration-manager intune memcm microsoft-intune osd patch-management powershell powershell-module psadt psappdeploytoolkit sccm software-deployment systemcenterconfigurationmanager windows-deployment windows-desktop
Last synced: 7 days ago
JSON representation
Project Homepage & Forums
- Host: GitHub
- URL: https://github.com/psappdeploytoolkit/psappdeploytoolkit
- Owner: PSAppDeployToolkit
- License: lgpl-3.0
- Created: 2015-04-09T14:34:17.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T13:11:47.000Z (14 days ago)
- Last Synced: 2025-01-08T22:16:25.767Z (14 days ago)
- Topics: appdeploy, appdeploytoolkit, application-deployment, configmgr, configuration-manager, intune, memcm, microsoft-intune, osd, patch-management, powershell, powershell-module, psadt, psappdeploytoolkit, sccm, software-deployment, systemcenterconfigurationmanager, windows-deployment, windows-desktop
- Language: C#
- Homepage: https://psappdeploytoolkit.com
- Size: 145 MB
- Stars: 1,923
- Watchers: 173
- Forks: 503
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- Contributing: .github/CONTRIBUTING.md
- License: COPYING.Lesser
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
# ![AppDeployToolkitLogo](https://github.com/user-attachments/assets/7766bcb3-fa87-496e-9b19-7a8e194dcd97)
## Enterprise App Deployment, Simplified.
PSAppDeployToolkit is a versatile solution that streamlines and standardizes the process of software deployment, making it easier than ever to manage your IT environment. It has a comprehensive set of features, such as dynamic logging, user interaction capabilities, and customizable functionality.
### Standardize and enhance every software deployment
PSAppDeployToolkit allows you to encapsulate a typical Windows Installer MSI or Setup executable to provide it with enhanced capabilities.
- Validate prerequisites such as dependencies on minimum software versions
- Ensure that in-use applications are closed and prevent reopening during the deployment
- Check with the user if now is a good time to start an install and allow them to defer
- Uninstall existing applications and perform clean up operations
- Capture any important settings that may be required for an upgrade or migration
- Run the installation silently and capture logs in the event of an issue
- Run post-installation configuration tasks to customize for your environment
- Prompt the user to restart their computer if required, immediately, on a timer and with a deadline## Getting Started
-> [System Requirements](https://psappdeploytoolkit.com/docs/getting-started/requirements)
-> [Downloading](https://psappdeploytoolkit.com/docs/getting-started/download)### PSAppDeployToolkit Links
-> [Homepage](https://psappdeploytoolkit.com)
-> [Documentation](https://psappdeploytoolkit.com/docs)
-> [Function & Variable References](https://psappdeploytoolkit.com/docs/reference)
-> [Download Latest Release](https://github.com/PSAppDeployToolkit/PSAppDeployToolkit/releases)
-> [News](https://psappdeploytoolkit.com/blog)### Community Links
-> [Discourse Forum](https://discourse.psappdeploytoolkit.com/)
-> [Discord Chat](https://discord.com/channels/618712310185197588/627204361545842688)
-> [Reddit](https://reddit.com/r/psadt)## License
The PowerShell App Deployment Tool 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 Free Software Foundation, either version 3 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.