Documentation:
- Add ShopDB-API.md with full API reference (all GET/POST endpoints)
- Add detailed docs for Update-ShopfloorPCs-Remote, Invoke-RemoteMaintenance, Update-PC-CompleteAsset
- Add DATA_COLLECTION_PARITY.md comparing local vs remote data collection
- Add HTML versions of all documentation with styled code blocks
- Document software deployment mechanism and how to add new apps
- Document deprecated scripts (Invoke-RemoteAssetCollection, Install-KioskApp)
Script Updates:
- Update deployment source paths to network share (tsgwp00525.wjs.geaerospace.net)
- InstallDashboard: \\...\scripts\Dashboard\GEAerospaceDashboardSetup.exe
- InstallLobbyDisplay: \\...\scripts\LobbyDisplay\GEAerospaceLobbyDisplaySetup.exe
- UpdateEMxAuthToken: \\...\scripts\eMx\eMxInfo.txt
- DeployUDCWebServerConfig: \\...\scripts\UDC\udc_webserver_settings.json
- Update machine network detection to include 100.0.0.* for CMM cases
- Rename PC Type #9 from "Part Marker" to "Inspection"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add new maintenance task to deploy udc_webserver_settings.json to shopfloor
PCs that have UDC installed. Checks C:\Program Files\UDC before pushing the
config file, skipping PCs without UDC. Rename UpdateEMxInfo to
UpdateEMxAuthToken to better describe the task's purpose.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- New task to update eMxInfo.txt on shopfloor PCs via WinRM
- Pushes file from local workstation to avoid double-hop auth issues
- Checks both Program Files (x86) and Program Files paths
- Backs up existing file with date stamp before replacing
- Kills DNCMain.exe before copy, restarts LDnc.exe after success
- Reports per-path success/failure with detailed error messages
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>