From 42dbc02592f4284fbbf63687ac2a566db55f389d Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Thu, 27 Aug 2026 11:20:47 -0700 Subject: [PATCH] Link Intune tutorial to evergreen .intunewin URLs The files.smallstep.com/intune/ copy is updated by hand and had gone stale. Point at the stable-channel _latest pointers on packages.smallstep.com instead (written on every promotion by smallstep/agent#1207), and link the arm64 package directly now that it ships from CI. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01W3b91ygScLGY4tpBtzUsG4 --- tutorials/connect-intune-to-smallstep.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/connect-intune-to-smallstep.mdx b/tutorials/connect-intune-to-smallstep.mdx index afafc91f..cb1a92e8 100644 --- a/tutorials/connect-intune-to-smallstep.mdx +++ b/tutorials/connect-intune-to-smallstep.mdx @@ -101,7 +101,7 @@ In this step, we’ll add the Smallstep Agent to Intune for distribution to devi 1. In Intune, 1. Start at [Windows Apps](https://intune.microsoft.com/#view/Microsoft_Intune_DeviceSettings/AppsWindowsMenu/~/windowsApps) 2. Choose **+ Create**, and then select **Windows App (Win32)** - 3. [Download the Smallstep agent `.intunewin` package for `amd64`](https://files.smallstep.com/intune/step-agent-plugin_amd64.intunewin) and select it for upload in Intune. (Contact Smallstep if you need an `arm64` installer). + 3. Download the Smallstep agent `.intunewin` package for [`amd64`](https://packages.smallstep.com/stable/windows/step-agent_amd64_latest.intunewin) or [`arm64`](https://packages.smallstep.com/stable/windows/step-agent_arm64_latest.intunewin) and select it for upload in Intune. - For the App Information tab: - For Publisher, use “Smallstep” - Note the version number. You'll need it below.