PlaceboMessiah Posted July 7, 2021 Posted July 7, 2021 Is there a way to “pre-configure” an agent for them so their machines show up in my scope after they install it?
WYE Posted July 8, 2021 Posted July 8, 2021 (edited) Create Agent Groups accordingly within Server Admin > Configuration. Then select "Downloads" for the relevant group, and download the Windows Agent. that MSI will be preconfigured for the Agent Group. Once you have the MSI, you can apply arguments to it outlining your dedicated server. Then install via this in a batch \ powershell script including the server instance so you don't need to provide any details to your clients. msiexec /i pulsewayagent.msi /qn /norestart Then you can create a scope that points specifically at that Agent Group. Group Management in Pulseway Pulseway Deployment Methods Edited July 8, 2021 by Paul removed redundant server argument Jamie Taylor 1
PlaceboMessiah Posted July 8, 2021 Author Posted July 8, 2021 ok I’m not sure if I want a receptionist in a city 2500km away to run a powershell script
Administrators Paul Posted July 8, 2021 Administrators Posted July 8, 2021 @WYE, I've removed the SERVER property from your msiexec line as it is not necessary. Preconfigured MSIs contain the server already. @PlaceboMessiah, Once you have a preconfigured MSI, you can just send them to your clients and they can install it just like any other application and they will not be prompted to enter any credentials. -Paul
WYE Posted July 8, 2021 Posted July 8, 2021 Thanks @Paul- i wasn't aware that the SERVER property wasn't required. :-)
PlaceboMessiah Posted July 8, 2021 Author Posted July 8, 2021 ok so the .msi is basically the config file for an agent?
WYE Posted July 8, 2021 Posted July 8, 2021 (edited) Yes. If you send your clients the MSI from within Onboarding > Downloads, its an unconfigured agent that you and\or your clients will need to configure (although I suspect it will have the Server\Instance name preconfigured based on @Paul's comment?) If you create agent groups and send the clients the MSI from that group, then as Paul mentioned - it will be preconfigured with your Agent Group and Server name. Once you have an agent installed, then you can start applying policies to the agent group, so that all your clients will have same configuration (such as - alert if offline for x mins) Suggest testing out with a test client on your network, and reporting back any issues. Also, check the help guides over at Pulseway Help Center (intercom.help). They are generally helpful enough to get started. Edited July 8, 2021 by WYE bit more info around config
Administrators Paul Posted July 8, 2021 Administrators Posted July 8, 2021 Preconfigured MSIs are, well, preconfigured with a set of agent-specific credentials and the URL of the server where it needs to connect to. The best part of these MSIs is that they will also be automatically placed in the Organization, Site and Agent Group of your choice so as soon as new systems register, endpoint, antivirus and patch management policies kick in. -Paul
PlaceboMessiah Posted July 8, 2021 Author Posted July 8, 2021 ok that’s handy, I’ll start experimenting with a local box
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now