Deploy to 100 Windows Servers

I have a runner on a Windows build machine that correctly creates an artifact from a GitHub repository. We then have 100 Windows servers behind a load balancer where this artifact needs to be deployed to.

I cannot find any documentation or examples how to actually accomplish this.

Do I need to install 100 runners, one on each Windows Server? Any advice or best practices are welcome.