Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/connect-intune-to-smallstep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading