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

HashiCorp Terraform vs KACE Systems Deployment Appliance (SDA) comparison

Sponsored
 

Comparison Buyer's Guide

Executive SummaryUpdated on Mar 29, 2026

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
378
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.6
Number of Reviews
53
Ranking in other categories
No ranking in other categories
KACE Systems Deployment App...
Ranking in Configuration Management
18th
Average Rating
8.6
Reviews Sentiment
8.8
Number of Reviews
2
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of June 2026, in the Configuration Management category, the mindshare of Microsoft Intune is 4.9%, down from 10.3% compared to the previous year. The mindshare of HashiCorp Terraform is 7.3%, up from 3.4% compared to the previous year. The mindshare of KACE Systems Deployment Appliance (SDA) is 1.4%, up from 0.2% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Configuration Management Mindshare Distribution
ProductMindshare (%)
Microsoft Intune4.9%
HashiCorp Terraform7.3%
KACE Systems Deployment Appliance (SDA)1.4%
Other86.4%
Configuration Management
 

Featured Reviews

OluwashileAdeniyi - PeerSpot reviewer
Senior Infrastructure Security Engineer at a outsourcing company with 51-200 employees
Centralized endpoint security has improved and supports hybrid work and BYOD policies
Regarding what I dislike about Microsoft Intune and its downsides, I would say that more Mac controls are needed because we have limited Mac and Linux control. When comparing controls and policies between Windows, Mac, and Linux, Windows has almost everything you can think of, while Mac and Linux have limited types of control. You cannot implement certain things on Mac and Linux that you can on Windows. The limited controls are a major issue. Additionally, if Microsoft could find a way to embed servers into Microsoft Intune, that would be beneficial. Microsoft Intune is not really designed for servers or Windows servers. It is more tailored towards Windows 11 and Windows 10 operating systems. Windows servers are not fully supported. Enterprise organizations usually have both servers and endpoints, which are users' workstations. For servers, most people look for other solutions such as SCCM, which is Configuration Manager. However, SCCM is what Microsoft Intune is trying to replace. Both SCCM and Microsoft Intune belong to Microsoft. Microsoft is trying to transition organizations into Microsoft Intune, the native cloud solution. However, because this update is still in process, servers are not fully compatible with Microsoft Intune and cannot be managed by it. The current policy that has emerged from issues with clients is what they call co-management, which is relatively new, and I do not know if adoption is significant. Many legacy or older customers who have been using these products for decades still have SCCM. When it is time for them to manage their Windows devices, they use what is called cloud attach. Cloud attach is a term whereby your SCCM is connected to your Microsoft Intune. Most people do not know about it, but I have deployed it for several organizations. Cloud attach and co-management work together so that your device is in SCCM, but some policies are pushed from Microsoft Intune. It is like two different solutions working hand in hand. That is what they call co-management. Microsoft Intune does not bring all of your endpoint and security management tools into one place, which is the goal and how it should be. However, as I mentioned, servers are not included. If we talk about end users, Microsoft Intune does bring all your devices together. In a typical enterprise environment, you have end users with workstations, laptops, company-issued phones, and bring your own devices. You can create policies for all of these. However, for the backend, your servers do not have much coverage. Servers are not really covered by Microsoft Intune in that way.
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.
MH
Server Administrator III at a university with 1,001-5,000 employees
User interface and deployment efficiency save time and reduce staff needs
The best features KACE Systems Deployment Appliance (SDA) offers include the ease of operation and the ability to create images for deployment. When I say ease of operation, the user interface is easy to create the images, and the people deploying do not have to have access to the appliance in order to deploy images. KACE Systems Deployment Appliance (SDA) has positively impacted our organization by allowing us to keep labs with over 300 machines all up to the exact same image for every semester. This has saved our team hundreds of man hours and reduced it down to just a few people doing the deployment compared to how things were done before SDA.

Quotes from Members

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

Pros

"Microsoft Intune is reliable, scalable, and user-friendly."
"The performance of Microsoft Intune is good."
"I find what is most valuable about Microsoft Intune is how, at the granular level, it allows us to manage the devices."
"What I value most about Microsoft Intune is that it is a cloud-native tool and is embedded into Premium at a reasonable cost."
"Microsoft Intune has a pretty positive impact overall, especially in terms of device management efficiency and supporting remote work."
"I particularly appreciate the administration and security features, which can be deployed easily."
"The biggest thing for us is enforcing logins only from devices that are managed by Intune."
"If any user tries to access company data, it directly interacts with the conditional access policy. This helps us protect our data and set the criteria for how data can be accessed and shared."
"Terraform helped us to standardized our infrastructure setup and to reduce errors occurring due to manual execution."
"HashiCorp Terraform has changed my workflow significantly because it spends considerably less time compared to my previous approach and I can say that it is 10 times faster than my previous method."
"It is easy to recreate an exact duplicate or output of an environment."
"The feature "Terraform Plan" is the most valuable in HashiCorp Terraform as it allows us to see the differences between the current infrastructure and the one we are about to deploy, keeping things safe. Additionally, we appreciate the use of the modules as it helps in making the application scalable."
"Modules can be reused extremely easily."
"The most valuable feature of Terraform is its ability to easily connect and manage various cloud services, such as AWS, Azure and GCP."
"We frequently need to create and replicate infrastructure from various environments like dev and QA. The QA resources need to be identical to those in the dev environment. With a Terraform script, we can replicate the same 50 in the dev environment to the testing environment. This is tedious to do manually, and Terraform speeds up the process."
"It is the customization of Terraform's modules that I find most valuable."
"KACE Systems Deployment Appliance (SDA) has positively impacted our organization by allowing us to keep labs with over 300 machines all up to the exact same image for every semester, saving our team hundreds of man hours and reducing it down to just a few people doing the deployment compared to how things were done before SDA."
"I'm just an end-user; I'd recommend the solution to others as it has a good balance between pricing and functionality."
"Its ticketing is pretty good."
 

Cons

"The add-ons must be integrated into the solution."
"Intune's third-party patch management could be better. It should be easier for the average system admin to keep non-Microsoft applications updated."
"The time we have to wait to deploy policies has room for improvement."
"It needs incorporation of Knox, ZeroTouch, etc."
"Each feature has a separate license, making logistics and cost management difficult if not strategically bundled together."
"It doesn't economize when you scale up. We have over 14,000 employees, and we have between 7,500 and 8,000 city-owned or personal devices being used to conduct city business. Its price can be improved. It is not a cheap solution."
"The synchronization could be improved."
"Logs and similar deployment/remediation detail for application delivery to Windows 10 computers should to be improved Additional application deployment options e.g. MSI deployment with more complex parameters or additional side-by-side files, and non-MSI deployment options."
"The solution is missing a lot of properties for specific resources."
"I don't think HashiCorp Terraform is particularly stable."
"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."
"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."
"There are times when a small error can ruin very valuable resources. In that case, exception handling in development can improve the overall Terraform productivity."
"When a misconfiguration or drift occurs, fixing the issue can be difficult. For instance, if there is a change in API calls while a script is running, it can be challenging to make corrections. This may require additional review and modifications to the code. I recall an instance where an industry budget creation process was altered, and it took significant time to amend the code. In fact, I had to add five or six different script portions to resolve the issue."
"I would like to see a short-term option for a short-term plan."
"Some responses are very long, and some needed features take a lot of time."
"I have heard feedback that the imaging is slow. It takes somewhere around an hour to image one PC."
"KACE Systems Deployment Appliance (SDA) works well, but it would be nice if it were org based like the SMA, allowing one SDA to service several different departments."
 

Pricing and Cost Advice

"The solution is cost-efficient."
"Microsoft Intune is a cost effective choice. It is less expensive than other products on the market."
"The pricing is good because customers are not complaining about it."
"The pricing for Microsoft Intune is reasonable. Our clients are satisfied."
"The clients pay for a license and each can have a different type of license, such as an E3 or E5."
"Microsoft's licensing is more flexible and adaptive than its competitors."
"It's bundled with Business Premium and an E3 license, which is beneficial. If you have to pay extra, it's pricey, but with the bundled package, it's acceptable. They recently increased the Business Premium pricing, which we don't appreciate. The price increase and yearly commitment are causing some problems for us."
"There is a license needed to use the solution and we are on an annual license."
"If you use the solution according to the recommended way by HashiCorp, it is more expensive."
"There are free and paid versions of the solution. We use the free version."
"HashiCorp Terraform is a cost-effective solution."
"The setup for Terraform is quite easy and currently, we are using their community version along with Jenkins."
"They have given it to us at a monthly cost, but it is on a yearly basis."
"Terraform is a little expensive."
"You can do everything with the free license of this solution."
"It is an open-source product."
Information not available
report
Use our free recommendation engine to learn which Configuration Management solutions are best for your needs.
900,644 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
10%
Manufacturing Company
10%
Computer Software Company
8%
Government
7%
Financial Services Firm
17%
Manufacturing Company
13%
Consumer Goods Company
9%
Construction Company
7%
University
25%
Construction Company
11%
Manufacturing Company
9%
Financial Services Firm
9%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business192
Midsize Enterprise62
Large Enterprise185
By reviewers
Company SizeCount
Small Business27
Midsize Enterprise8
Large Enterprise25
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 have never experienced pricing, setup cost, or licensing for HashiCorp Terraform.
What needs improvement with HashiCorp Terraform?
Currently, there is not much to add. However, something that could improve the experience is bridging the gap between...
What is your primary use case for HashiCorp Terraform?
My main use case is only to provision the VM. Normally, in previous times, my team and I worked very hard to build th...
What is your experience regarding pricing and costs for Kace Systems Deployment Appliance?
The pricing for KACE Systems Deployment Appliance (SDA) is straightforward, and the setup was easy.
What needs improvement with Kace Systems Deployment Appliance?
KACE Systems Deployment Appliance (SDA) works well, but it would be nice if it were org based like the SMA, allowing ...
What is your primary use case for Kace Systems Deployment Appliance?
Our main use case for KACE Systems Deployment Appliance (SDA) is to deploy workstations as well as lab machines. We u...
 

Also Known As

Intune, MS Intune, Microsoft Endpoint Manager
Terraform
No data available
 

Overview

 

Sample Customers

Mitchells and Buzzers, Callaway
Information Not Available
Information Not Available
Find out what your peers are saying about HashiCorp Terraform vs. KACE Systems Deployment Appliance (SDA) and other solutions. Updated: June 2026.
900,644 professionals have used our research since 2012.