New Features:
- USB Device checkout/check-in system with barcode scanning
- displayusb.asp: List all USB devices with status
- addusb.asp: Add new USB devices via barcode scan
- checkout_usb.asp/savecheckout_usb.asp: Check out USB to SSO
- checkin_usb.asp/savecheckin_usb.asp: Check in with wipe confirmation
- usb_history.asp: Full checkout history with filters
- api_usb.asp: JSON API for AJAX lookups
- displayprofile.asp: SSO profile page showing user info and USB history
- Date/time format changed to 12-hour (MM/DD/YYYY h:mm AM/PM)
- SSO links in USB history now link to profile page via search
Database:
- New machinetypeid 44 for USB devices
- New usb_checkouts table for tracking checkouts
Cleanup:
- Removed v2 folder (duplicate/old files)
- Removed old debug/test files
- Removed completed migration documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Fix FormTracePak app_id from 68 to 76 (68 is Media Creator Full Edition)
- Add installed app tracking to remote WinRM script with embedded patterns
- Add IP fallback for failed hostname connections (uses recorded 10.134.* IPs)
- Add getRecordedIP API endpoint to lookup primary IP by hostname
- Mark 10.134.*.* as primary IPs, other ranges as secondary/equipment IPs
- Fix WinRM serialization issue by converting matched apps to JSON before return
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- search.asp: Route to displaypc.asp for PCs (machinetypeid 33-43 or
machinetypeid 1 with hostname), displaymachine.asp for equipment
- search.asp: Add hostname search capability for PCs
- Update-ShopfloorPCs-Remote.ps1: Fix hashtable conversion bug that caused
empty API errors - pass $result directly instead of PSObject.Properties
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>