Reorganize asset collection into complete-asset and minimal-asset folders
- complete-asset/: Full collection requiring administrator privileges - minimal-asset/: Lightweight collection with no admin required - Moved Get-InstalledApps to setup-utilities - Updated main README with new folder structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
56
minimal-asset/README.md
Normal file
56
minimal-asset/README.md
Normal file
@@ -0,0 +1,56 @@
|
||||
# Minimal Asset Collection
|
||||
|
||||
Lightweight PC asset data collection. **No Administrator privileges required.**
|
||||
|
||||
## Quick Start
|
||||
|
||||
```batch
|
||||
Update-PC-Minimal.bat
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Files
|
||||
|
||||
| File | Description |
|
||||
|------|-------------|
|
||||
| `Update-PC-Minimal.bat` | Main launcher |
|
||||
| `Update-PC-Minimal.ps1` | Main PowerShell script |
|
||||
|
||||
---
|
||||
|
||||
## Requirements
|
||||
|
||||
- **No administrator privileges needed**
|
||||
- PowerShell 5.1 or later
|
||||
- Network access to ShopDB API
|
||||
|
||||
---
|
||||
|
||||
## What It Collects
|
||||
|
||||
- Basic system info (hostname, serial number, manufacturer, model)
|
||||
- IP address (using ipconfig, no elevated permissions)
|
||||
- PC-DMIS software detection (for measuring machine classification)
|
||||
|
||||
---
|
||||
|
||||
## When to Use
|
||||
|
||||
- PCs where users cannot run as administrator
|
||||
- Measuring machines with restricted permissions
|
||||
- Quick data collection without full registry access
|
||||
- Locked-down environments
|
||||
|
||||
---
|
||||
|
||||
## Comparison with Complete Asset
|
||||
|
||||
| Feature | Complete | Minimal |
|
||||
|---------|----------|---------|
|
||||
| Admin Required | Yes | No |
|
||||
| Basic System Info | Yes | Yes |
|
||||
| Network Interfaces | All | Primary only |
|
||||
| GE Registry/DNC | Yes | No |
|
||||
| Serial Ports | Yes | No |
|
||||
| Warranty Lookup | Optional | No |
|
||||
Reference in New Issue
Block a user