No more typing reviews! Try our Samantha, our new voice AI agent.

HashiCorp Terraform vs OpenText ZENworks Configuration Management comparison

Sponsored
 

Comparison Buyer's Guide

Executive SummaryUpdated on Sep 16, 2024

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

Microsoft Intune
Sponsored
Ranking in Configuration Management
2nd
Average Rating
8.2
Reviews Sentiment
6.7
Number of Reviews
356
Ranking in other categories
Remote Access (2nd), Enterprise Mobility Management (EMM) (1st), Unified Endpoint Management (UEM) (1st), Microsoft Security Suite (1st)
HashiCorp Terraform
Ranking in Configuration Management
3rd
Average Rating
8.6
Reviews Sentiment
6.5
Number of Reviews
51
Ranking in other categories
No ranking in other categories
OpenText ZENworks Configura...
Ranking in Configuration Management
23rd
Average Rating
8.0
Number of Reviews
3
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of May 2026, in the Configuration Management category, the mindshare of Microsoft Intune is 5.4%, down from 10.3% compared to the previous year. The mindshare of HashiCorp Terraform is 7.0%, up from 3.4% compared to the previous year. The mindshare of OpenText ZENworks Configuration Management is 2.2%, up from 1.1% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Configuration Management Mindshare Distribution
ProductMindshare (%)
Microsoft Intune5.4%
HashiCorp Terraform7.0%
OpenText ZENworks Configuration Management2.2%
Other85.4%
Configuration Management
 

Featured Reviews

Varun Mehra - PeerSpot reviewer
collaboration support engineer at a retailer with 11-50 employees
Centralized device management has transformed security and streamlined remote provisioning
One area where Microsoft Intune can improve is the user interface. Sometimes the portal feels a bit complex and not very intuitive, especially for new users, and it can take time to find specific settings. Another point is troubleshooting. While logs are available, the diagnostic policies and sync issues can still be time-consuming and not very straightforward. I also feel that reporting could be more detailed and customizable. The built-in reports are helpful, but for deeper insights, I often need to rely on additional tools. Overall, it is a strong solution, but improving usability and troubleshooting experience would make it even better. While Microsoft Intune works very well within the Microsoft ecosystem, the integration of some third-party tools could be smoother and require less customization. Support is another area that could improve, as sometimes response times can be slow, and resolving complex issues may take longer than expected. In terms of features, I think more advanced automation and built-in remediation options would be helpful since common issues can be fixed automatically without manual intervention.
Vaishnavi Pramod Isasre - PeerSpot reviewer
DevOps Cloud Engineer at Infosys
Has automated multi-cloud deployments and simplified infrastructure management with reusable modules
We have developed one solution using HashiCorp Terraform. HashiCorp Terraform's state management capabilities are the main key point because whatever HashiCorp Terraform creates is stored in a state. Managing this state file is crucial. We can manage it either locally or remotely, but using local storage can lead to failures, and we might lose our state file. Best practice is to store it remotely, such as on AWS S3 or Azure storage blobs, and we must maintain versions of the state file. This allows us to revert to previous states in version control if there are issues with the current state. HashiCorp Terraform's modular architecture is beneficial because I have created a module for EC2 instances. When a team member wants to create an EC2 instance, they can utilize my module without recreating it. This approach follows the DRY principle (do not repeat yourself), achieving simplicity and reducing code repetition. On a scale of one to ten, I rate HashiCorp Terraform an eight out of ten.
it_user1272306 - PeerSpot reviewer
Chief Technology Officer at DoITWise
Helpful impact analysis and the discovery capability is quite good
This tool works hand-in-hand with RPA technology. RPA will allow you to control your servers by deploying the server automation agent. You don't have the discovery, but then you can deploy the policies that maintain the authorized versus current state. On top of that, you can use server automation to deploy patches or remediate configuration issues on the operating system. My advice to anybody who is implementing this solution is to ensure that the process is set up properly, first. Once the process is set up, the tool will do the rest for you. Overall, this is a comprehensive tool that works well, and I wouldn't touch it other than to enhance the UI and make containerization work without the CDF. I would rate this solution a nine out of ten.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"We have one MDM that works with Windows, iOS, and Android."
"The management control feature is the most valuable."
"The best features in Microsoft Intune that I appreciate most are its centralized features."
"There are so many features, but Windows Autopilot is one of the features that are very valuable for most customers."
"The best feature of Microsoft Intune is that it managed the endpoints."
"Intune's compliance features are valuable because they allow immediate visibility into ongoing situations."
"The reporting and analytics features in Microsoft Intune have been a lifesaver."
"I have been using the Enterprise Application Management feature of Microsoft Intune, which enhances abilities when it comes to app discovery, deployment, and automatic updating."
"The most valuable features of Terraform are leveraging public modules for EKS, KMS, and ECR."
"Terraform is that it is an open-source tool that gives us great flexibility. Using the Terraform HCL, we are not restricted to a single cloud provider. If my client asks me to deploy the same infrastructure on Azure or GCP, I can use the same code with minor modifications to account for the different providers. This means we are not limited to a specific cloud."
"The ARM template is very easy to work with, which is a big help to us."
"The most valuable feature is predictability."
"The most valuable aspect of this solution is the coding of our infrastructure. You can code it once and run it multiple times."
"One of the most valuable features is that it offers the ability to create a VPC, Virtual Private Cloud and VPN connectivity to the VPC can be automated without having to do it manually."
"The most valuable feature is the support for different platforms like cloud, datacenters, VCS, databases, various storage types, and Kubernetes."
"The concept of infrastructure as code is quite intriguing. We have an infrastructure in our code and a state file where we can verify whether something is changed when it was changed, and who changed it. When we use Terraform, these kinds of things fascinate us."
"Overall, this is a comprehensive tool that works well, and I wouldn't touch it other than to enhance the UI and make containerization work without the CDF."
"The most valuable feature is the impact analysis."
"We use it for managing our desktops; we have 350,000 desktops and it allows us to manage and control them relatively easily."
"Automatic Spiral Discovery: This feature enables deep and dynamic configuration and change management."
"Helps me perform changes in connected infrastructure thanks to the discovery features."
 

Cons

"Almost every day during the initial deployment, I would chat with technical support for solutions. They did not give me a suitable solution to solve the false positive alarms."
"Integration with Mac devices requires some improvement."
"Intune does not provide real-time visibility."
"There can be delays in the deployment of new policies."
"If your MDM has to be really specific, perhaps Intune is not the better option."
"With Microsoft technical support, they only fix Teams and when they are open, they're mostly trying to close again at the quickest time."
"Intune lags all of its competitors in terms of report generation."
"Customer service used to be better. In the last couple of years, support has not been very good, even with Premier and Premium support. It's been very hit-or-miss."
"The solution is missing a lot of properties for specific resources."
"HashiCorp Terraform could be improved by enhancing security around state files, as it stores sensitive information such as passwords and secrets within them."
"Terraform should also support YAML language, which is more user-friendly than HCL. They should also add a GUI, so you don't need to memorize all the commands. A GUI would enable us to do everything with a click of a button."
"They should include tutorials for understanding the use cases."
"If you are copying something from a well running machine to a remote machine, there are some issues with the current version, but it is acceptable."
"With cloud providers always adding new resource types, there are certain resources that Terraform does not support. It would be great if it could support those resources as well."
"HashiCorp Terraform is an open-source tool that relies on external developers to create plugins to expand its capabilities. However, this approach can be problematic as not all plugins are created by professionals and some may have security vulnerabilities. In the case of GKE, Google has created a solid plugin, but for other services, one must search for plugins on the HashiCorp Terraform registry, which can be hit or miss, as many plugins are created by students or hobbyists, who may not continue to maintain or update them. This model of open-sourced plugins may not be the most reliable or secure way of expanding the tool's capabilities."
"I would want to see more programmatic capabilities implemented, such as if, else, and simple to manage things in terms of how I can use some programming functions to assist us to achieve more. I would like to have programming language-relevant features, to have programming language be the primary way."
"The native UI should be simplified because it is outdated and a little bit over-complicated."
"The native UI should be simplified because it is outdated and a little bit over-complicated."
"It needs dashboards."
"The infrastructure itself is stable, but the agent has a lot of problems."
 

Pricing and Cost Advice

"Intune's pricing is competitive. For example, the license of Blackberry's Enterprise Mobility Suite was costly, but Intune is affordable. It is included as an additional feature when you buy security enhancements for your organization. For example, let's say I have fifty users in my organization and all of them are using Microsoft cloud services, like Teams, Office 365, and OneDrive."
"We have the business premium licenses for the solution."
"We spend a lot of money on Intune licensing, and some of our users have to be double licensed just because of how our dev and corporate environments are segmented."
"Microsoft Intune has a user-based subscription model. You can go for a monthly or a yearly payment."
"I am not that aware of the pricing, but as compared to other MDM solutions, Microsoft is providing a lot of things at the organizational level. So, it is quite reasonable as compared to other MDM solutions."
"Our enterprise agreement includes Microsoft Intune at no additional cost."
"Intune is linked with Microsoft. We can deploy the Microsoft E365 license to users by Intune. There are different types of licenses, such as device administrator licenses, E5 licenses for device enrollment manually, and P1 and p2 licenses for device enrollment automatically. These are the licenses required for the administration."
"Intune is included with our F3 and E5 licenses."
"HashiCorp Terraform is a free solution."
"The setup for Terraform is quite easy and currently, we are using their community version along with Jenkins."
"There are free and paid versions of the solution. We use the free version."
"They have given it to us at a monthly cost, but it is on a yearly basis."
"It is an open-source product."
"I rate the price of HashiCorp Terraform a seven out of ten."
"The solution is open-source."
"HashiCorp Terraform is a cost-effective solution."
"This is a really good tool for the money."
report
Use our free recommendation engine to learn which Configuration Management solutions are best for your needs.
893,311 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
10%
Manufacturing Company
9%
Computer Software Company
9%
Government
7%
Financial Services Firm
20%
Manufacturing Company
12%
University
7%
Comms Service Provider
6%
University
31%
Government
10%
Construction Company
8%
Comms Service Provider
7%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business153
Midsize Enterprise59
Large Enterprise180
By reviewers
Company SizeCount
Small Business26
Midsize Enterprise8
Large Enterprise24
No data available
 

Questions from the Community

How does Microsoft Intune compare with VMware Workspace One?
Microsoft Intune is a great tool for managing a mobile device fleet while keeping access control. The solution makes ...
What are the pros and cons of Microsoft Intune?
Microsoft Intune is a great configuration management tool and has a lot of good things going for it. Here are some of...
How does Google Cloud Identity compare with Microsoft Intune?
Microsoft Intune offers not only an easy-to-deploy data protection and productivity management solution, but also ...
What is your experience regarding pricing and costs for HashiCorp Terraform?
I used the free version of HashiCorp Terraform with no setup cost or licensing needed.
What needs improvement with HashiCorp Terraform?
There can be improvements in HashiCorp Terraform. There are times when a small error can ruin very valuable resources...
What is your primary use case for HashiCorp Terraform?
My main use case for HashiCorp Terraform is to provision infrastructure on AWS cloud. This is the main goal of my usi...
Ask a question
Earn 20 points
 

Also Known As

Intune, MS Intune, Microsoft Endpoint Manager
Terraform
Micro Focus ZENworks Configuration Management, HPE CMS, HPE Configuration Management, Micro Focus Configuration Management
 

Overview

 

Sample Customers

Mitchells and Buzzers, Callaway
Information Not Available
Tech Mahindra, NNIT, ASIC
Find out what your peers are saying about HashiCorp Terraform vs. OpenText ZENworks Configuration Management and other solutions. Updated: April 2026.
893,311 professionals have used our research since 2012.