https://github.com/automatesilent/quicksoft
QuickSoft is a PowerShell module designed for software packaging, system queries, and more. Built with automation in mind, it simplifies repetitive task.
https://github.com/automatesilent/quicksoft
powershell powershell-gallery powershell-module
Last synced: 6 months ago
JSON representation
QuickSoft is a PowerShell module designed for software packaging, system queries, and more. Built with automation in mind, it simplifies repetitive task.
- Host: GitHub
- URL: https://github.com/automatesilent/quicksoft
- Owner: AutomateSilent
- License: mit
- Created: 2025-02-04T05:28:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T19:04:11.000Z (about 1 year ago)
- Last Synced: 2025-04-14T10:53:49.594Z (12 months ago)
- Topics: powershell, powershell-gallery, powershell-module
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/QuickSoft
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 🚀 QuickSoft PowerShell Module

[](https://www.powershellgallery.com/packages/QuickSoft)
[](https://www.powershellgallery.com/packages/QuickSoft)
[](https://www.powershellgallery.com/packages/QuickSoft)
[](https://www.powershellgallery.com/packages/QuickSoft)

## 📖 Overview
QuickSoft is a robust PowerShell module designed for streamlined software management and system monitoring. Built with automation in mind, it simplifies software inventory, deployment, detection, and system monitoring tasks.
## ✨ Key Features
- 📦 Software Management (inventory, installation, uninstallation)
- 🔍 MSI Package Analysis and Detection
- 🎯 Deployment Tools and Detection Methods
- 📊 Real-time System Monitoring
- 🛠️ Administrative Utilities
## 🔧 Requirements
- Windows PowerShell 5.1 or later
- Administrator privileges for some functions
- Windows operating system
## ⚡ Quick Installation
### PowerShell Gallery (Recommended)
[](https://www.powershellgallery.com/packages/QuickSoft)
```powershell
# Install from PSGallery (Recommended)
Install-Module -Name QuickSoft
# Import and verify
Import-Module QuickSoft
Get-Command -Module QuickSoft
```
### Manual Installation
1. Download and extract the module [Lattest Release](https://github.com/AutomateSilent/QuickSoft/releases)
3. Place in one of these locations:
```powershell
# Current User
$env:USERPROFILE\Documents\WindowsPowerShell\Modules\QuickSoft
# All Users (Requires Admin)
$env:ProgramFiles\WindowsPowerShell\Modules\QuickSoft
```
5. Import and verify:
```powershell
Import-Module QuickSoft
Get-Command -Module QuickSoft
```
## 📚 Getting Started
```powershell
# List available commands
Get-Command -Module QuickSoft
# View commands by category
Get-Command -Module QuickSoft | Group-Object Verb
# Get help and examples
Get-Help New-WinRarSFX -Full
Get-Help Install-Software -Examples
```
## 🤝 Contributing
Welcome contributions!
1. [Submit suggestions](https://github.com/AutomateSilent/QuickSoft/issues/new?template=suggestion.yml)
2. Submit a pull request
For detailed guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
## 🐛 Issues and Support
- [Report a Bug](https://github.com/AutomateSilent/QuickSoft/issues/new?template=bug_report.yml)
## 📖 Documentation
- [Changelog](CHANGELOG.md)
- [Contributing Guide](CONTRIBUTING.md)
- [Security Policy](SECURITY.md)
- [Report a Bug](https://github.com/AutomateSilent/QuickSoft/issues/new?template=bug_report.yml)
- [LICENSE](LICENSE)