# Lens Auto Brokerage — Project State > READ THIS before starting work on this client. > UPDATE THIS when you begin work (claim a lock) and when you finish (release lock + log changes). > Last updated: 2026-04-20 --- ## Active Session Locks | Session | Working On | Status | Started | |---------|-----------|--------|---------| | _(none active)_ | | | | **How to claim a lock:** Add a row before starting work. Remove it when done. Locks older than 2 hours with no update are considered stale. --- ## Current State **Status:** ACTIVE — PENDING DEPLOYMENT **Last Activity:** 2026-04-16 Auto brokerage client. GuruRMM agent deployment planned for 10 endpoints via GPO. Scripts and documentation prepared in `docs/` — deployment has not yet been executed. --- ## Infrastructure / Access No server infrastructure details recorded. 10 Windows endpoints to enroll in GuruRMM. **GuruRMM deployment command (run via GPO or ScreenConnect):** ```powershell $u='https://rmm-api.azcomputerguru.com/downloads/gururmm-agent-windows-amd64-latest.exe'; $d='C:\Windows\Temp\gururmm-agent.exe'; Invoke-WebRequest $u -UseBasicParsing -OutFile $d; & $d install --server-url 'wss://rmm-api.azcomputerguru.com/ws' --api-key '' ``` Note: site enrollment key must be generated for Len's site in GuruRMM dashboard first. --- ## Pending / Next Up - [ ] Generate GuruRMM site + enrollment key for Len's Auto Brokerage in RMM dashboard - [ ] Deploy GuruRMM agent to 10 endpoints via GPO - [ ] Verify all 10 endpoints enrolled and heartbeating in RMM console --- ## Recent Changes | Date | By | Change | Status | |------|-----|--------|--------| | 2026-04-16 | Mike | Client directory created, deployment planned | PENDING | --- ## How to Update **When starting:** Add your session to Active Session Locks. **When finishing:** Remove your lock row, add entries to Recent Changes, update Current State if needed.