Feature Requests
New / Open / Unreviewed
[Feature]: Bulk Windows Installer
What is the installation method of your PatchMon server?
Docker
What is the version of your PatchMon server?
2.0.2
Briefly describe the feature
Windows Auto Enroll/Bulk Install
Detailed description
Would love to see a way to deploy the agent to more than one Windows host at a time via ether some type of Auto Enroll system and generic install script. Or just be able to use the normal install script and not have to define a hostname and let the script pull it from the system, allowing you to use the script on multiple hosts at once.
Why is this useful?
Makes it easier to mass deploy PatchMon via other RRM tools. For example, I would like to use a single script in my TacticalRMM instance that will install the agent, and it will auto-enroll to PatchMon

I used something like this to make the computer record and install the agent without having to prepopulate the record. I also needed mine to be digitally signed in my case, having a static file that copied the bootstrap token made that possible to sign easily.
I may make changes, this is my first draft of it. It is working though.
You'll need to create an autoenrollment token and put it in the $autoEnroll* variables.
I'm distributing this through GPO, creates a scheduled task that runs every day. This way as new computers get added to the domain they also get the task and install the agent.