Hey everyone! We're a medium-sized company with five locations, and we've just signed up for a new VoIP service. To optimize its performance for our employees, we need a progressive web app (PWA) from Edge to run the software in the background on startup. We're using Datto RMM and ChatGPT, but we're really lost when it comes to mass deployment. We'd love to hear how larger companies handle this and any advice or experiences you can share. Also, I'm considering using AutoHotKey for this. Thanks for your help!
2 Answers
For mass deployment, the key is to set up a central command (like a server) that can push the installation to your endpoints. You might want to look into PowerShell scripts for this; they can do a great job at automating your deployment process across your network.
It's definitely a tricky situation, and honestly, your VoIP provider should provide some guidance on mass deployment. Have you reached out to them? They might have specific tools or documentation to help you out.
Yeah, that would be the simplest option, but sometimes they leave it all on us to figure it out.
Got it! I’ll start by testing it out for one machine using PowerShell before scaling it up.