Update READMEs to emphasize batch files as entry points
Each folder README now has: - Quick Start section with batch file commands - Batch Launchers table listing entry points - PowerShell Scripts section for detailed documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,32 @@
|
||||
|
||||
Scripts for collecting PC asset data and sending it to the ShopDB database.
|
||||
|
||||
## Scripts
|
||||
## Quick Start
|
||||
|
||||
**Run as Administrator:**
|
||||
```batch
|
||||
Update-PC-CompleteAsset.bat
|
||||
```
|
||||
|
||||
For scheduled tasks (no window):
|
||||
```batch
|
||||
Update-PC-CompleteAsset-Silent.bat
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Batch Launchers (Entry Points)
|
||||
|
||||
| Batch File | Purpose |
|
||||
|------------|---------|
|
||||
| `Update-PC-CompleteAsset.bat` | Main launcher - run this for full asset collection |
|
||||
| `Update-PC-CompleteAsset-Silent.bat` | Silent version for scheduled tasks |
|
||||
| `Update-PC-Minimal.bat` | Lightweight collection for restricted PCs |
|
||||
| `Get-InstalledApps.bat` | Application inventory only |
|
||||
|
||||
---
|
||||
|
||||
## PowerShell Scripts
|
||||
|
||||
### Update-PC-CompleteAsset.ps1
|
||||
**Primary asset collection script** - Comprehensive data collection for all PC types.
|
||||
|
||||
Reference in New Issue
Block a user