Audcrix - Office Server edition 1.0.2

1. Install Docker Desktop if this PC does not have it:
   https://www.docker.com/products/docker-desktop/

2. Note this folder's full path:
   Hold SHIFT, right-click the folder, choose "Copy as path".

3. Open PowerShell AS ADMINISTRATOR:
   Press Start, type PowerShell, right-click it, "Run as administrator".

4. Paste the path after cd (keep the quotes), allow scripts for THIS
   window only, then run the installer:

       cd "C:\Users\YourName\Desktop\audcrix-onprem"
       Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass -Force
       .\install-onprem.ps1

   Use the REAL path from step 2. Typing a placeholder in angle brackets
   fails - PowerShell reads < as a redirection operator.

   Windows blocks PowerShell scripts by default, so without the
   Set-ExecutionPolicy line you get "running scripts is disabled on this
   system". -Scope Process applies to this window only; close it and the
   machine's policy is exactly as it was.

   Administrator matters: without it the installer cannot open the Windows
   firewall, and no other PC in the office will be able to connect.

5. It will print the address staff should use, e.g. https://192.168.1.50

Full instructions are in README.md.
Support: send the file produced by .\diagnostics-onprem.ps1
