Hello,
We have a lot of problems with our existing MDM solution and I am trying to see if Systems Manager is a good replacement (we are almost a fully Meraki house in terms of infrastructure equipment - MX, MS, MR).
Systems Manager seems to be able to do a lot our existing solution does and more, however to convince management that its the way to go, it would have to do everything which includes patch management.
Our existing solution automatically manages patching for Windows and Linux, as well as a bunch of software we use (software needs to be compatible with the solution, but a lot is).
I tried to find info on if Systems Manager can do this, but all I could was an article talking about Apple OS updating which is irrelevant to us 😛
Thanks!
Solved! Go to solution.
Systems Manager will not do patch manager for Windows and Linux.
For Windows I love using WinGet-AutoUpdate. I know of lots of companies that use it. It is free.
https://github.com/Romanitho/Winget-AutoUpdate
For Linux, like Ubuntu, I normally enable the unattended upgrades feature.
https://help.ubuntu.com/community/AutomaticSecurityUpdates
Not as a nice as a dedicated patch management solution though.
The documentation says that it's supported just for Apple Devices.
But there is an workaround.
Remote Package and Patch Management with Chocolatey and Meraki - Windows - Spiceworks Community
cheers - Chocolatey looks really cool but im struggling to justify the cost of system manager to the business (we need it on about 10,000 devices) the cost of Chocolatey on top would be a dead end.
That's why I say it's always important to consult a Meraki sales consultant beforehand, to see if the tool will meet all your needs. 🙂
yea, I just posted on here on the off-chance Id get a faster reply. Also first hand info from people that actually use the product is better than a sales guy reading off some marketing material 😛
I have not found an MDM that does this cross platform well so rather than an MDM solution you might find a patch management solution better.
Jumpcloud does patch management, I've never used it but it's an option for you to investigate. They support Linux as well.
Systems Manager will not do patch manager for Windows and Linux.
For Windows I love using WinGet-AutoUpdate. I know of lots of companies that use it. It is free.
https://github.com/Romanitho/Winget-AutoUpdate
For Linux, like Ubuntu, I normally enable the unattended upgrades feature.
https://help.ubuntu.com/community/AutomaticSecurityUpdates
Not as a nice as a dedicated patch management solution though.
Another Cisco solution is Duo Device Health: https://blogs.cisco.com/security/enforce-endpoint-compliance-and-cyber-hygiene-with-duo-device-trust
thanks everyone!