Website: Update the category of two articles & add redirects (#41416)
Changes: - Updated the category meta tag in fleet-management-software.md and mdm-providers-compared.md and added required comparison article meta tags - Updated the comparison table styles on comparison articles - Added redirects
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
# Fleet vs. Jamf vs. Microsoft Intune: How to choose the right fleet management software
|
||||
|
||||
This guide compares Fleet, Jamf Pro, and Microsoft Intune as device management software options, covering platform support, security capabilities, and automation features.
|
||||
|
||||
## Overview
|
||||
|
||||
### Fleet
|
||||
@@ -124,6 +120,10 @@ Timelines depends on fleet size and configuration complexity. Fleet supports zer
|
||||
<meta name="articleTitle" value="Fleet vs. Jamf vs. Intune: Comparing fleet management software">
|
||||
<meta name="authorFullName" value="Brock Walters">
|
||||
<meta name="authorGitHubUsername" value="nonpunctual">
|
||||
<meta name="category" value="articles">
|
||||
<meta name="category" value="comparison">
|
||||
<meta name="publishedOn" value="2026-02-26">
|
||||
<meta name="description" value="Compare the Fleet, Jamf Pro, and Microsoft Intune product offerings.">
|
||||
|
||||
<meta name="articleSubtitle" value="How to choose the right fleet management software">
|
||||
<meta name="articleSlugInCategory" value="fleet-vs-jamf-vs-intune">
|
||||
<meta name="introductionTextBlockOne" value="This guide compares Fleet, Jamf Pro, and Microsoft Intune as device management software options, covering platform support, security capabilities, and automation features.">
|
||||
|
||||
@@ -1,9 +1,3 @@
|
||||
# Fleet vs. Workspace ONE: Choosing the right MDM solution
|
||||
|
||||
Organizations with mixed device fleets often manage macOS, Windows, and Linux through separate tools, creating visibility gaps and inconsistent policy enforcement. A multi-platform MDM consolidates device management into a single console with unified reporting and controls.
|
||||
|
||||
Fleet is a multi-platform device management solution with support for macOS, Windows, Linux, iOS, iPadOS, ChromeOS, and Android devices. Fleet delivers device state updates in under 30 seconds, integrates with git repositories for GitOps workflows via its fleetctl CLI, and offers the transparency of an open-source codebase. Workspace ONE also provides multi-platform device management through a proprietary hybrid cloud/on-premises architecture. This guide compares how these two MDM providers differ in architecture, security capabilities, and deployment flexibility.
|
||||
|
||||
## Overview
|
||||
|
||||
Fleet is built on osquery, providing device visibility with state updates in under 30 seconds. Cloud-hosted and self-hosted deployments offer identical features with no restrictions. Fleet's open-source codebase enables organizations to verify security practices and avoid vendor lock-in, with native vulnerability detection, policy scoring, file integrity monitoring, and incident response included at no additional cost.
|
||||
@@ -108,8 +102,14 @@ Fleet and Workspace ONE each provide MDM enrollment, configuration management, a
|
||||
Fleet supports MDM migration without requiring device wipes, allowing organizations to transition devices from an existing MDM with minimal disruption. The migration process preserves device enrollment and user data while transferring management to Fleet. Organizations can migrate gradually, running Fleet alongside an existing tool during the transition period.
|
||||
|
||||
<meta name="articleTitle" value="MDM Providers Compared: Fleet vs Workspace ONE">
|
||||
<meta name="articleSubtitle" value="Choosing the right MDM solution">
|
||||
<meta name="authorFullName" value="Brock Walters">
|
||||
<meta name="authorGitHubUsername" value="nonpunctual">
|
||||
<meta name="category" value="articles">
|
||||
<meta name="category" value="comparison">
|
||||
<meta name="publishedOn" value="2026-02-27">
|
||||
<meta name="description" value="Compare Fleet and Workspace ONE on multi-platform, deployment, and security capabilities.">
|
||||
|
||||
<meta name="articleSlugInCategory" value="fleet-vs-workspace-one">
|
||||
<meta name="introductionTextBlockOne" value="Organizations with mixed device fleets often manage macOS, Windows, and Linux through separate tools, creating visibility gaps and inconsistent policy enforcement. A multi-platform MDM consolidates device management into a single console with unified reporting and controls.">
|
||||
<meta name="introductionTextBlockTwo" value="
|
||||
Fleet is a multi-platform device management solution with support for macOS, Windows, Linux, iOS, iPadOS, ChromeOS, and Android devices. Fleet delivers device state updates in under 30 seconds, integrates with git repositories for GitOps workflows via its fleetctl CLI, and offers the transparency of an open-source codebase. Workspace ONE also provides multi-platform device management through a proprietary hybrid cloud/on-premises architecture. This guide compares how these two MDM providers differ in architecture, security capabilities, and deployment flexibility.">
|
||||
|
||||
@@ -107,8 +107,12 @@
|
||||
line-height: 150%;
|
||||
}
|
||||
td:nth-of-type(2) {
|
||||
border-left: 1px solid #E2E4EA;;
|
||||
border-right: 1px solid #E2E4EA;;
|
||||
border-left: 1px solid #E2E4EA;
|
||||
border-right: 1px solid #E2E4EA;
|
||||
}
|
||||
|
||||
td:nth-of-type(4) {
|
||||
border-left: 1px solid #E2E4EA;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+3
@@ -913,6 +913,9 @@ module.exports.routes = {
|
||||
'GET /announcements/vehicle-manufacturer-transitions-to-fleet-for-endpoint-security': '/case-study/electric-vehicle-manufacturer',
|
||||
'GET /announcements/cloud-based-data-leader-choosed-fleet-for-orchestration': '/case-study/cloud-data-platform',
|
||||
'GET /announcements/large-gaming-company-enhances-server-observability-with-fleet': '/case-study/online-gaming-platform',
|
||||
'GET /articles/fleet-management-software': '/compare/fleet-vs-jamf-vs-intune',
|
||||
'GET /articles/mdm-providers-compared': '/compare/fleet-vs-workspace-one',
|
||||
|
||||
|
||||
// Software catalog redirects
|
||||
'GET /software-catalog/abstract': '/software-catalog/abstract-darwin',
|
||||
|
||||
Reference in New Issue
Block a user