- 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>
57 lines
1.1 KiB
Markdown
57 lines
1.1 KiB
Markdown
# 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 |
|