Skip to main content

.Net 8.0.4 framework mit Intune auf Windows deployen

18 Mai, 2024

Ein symples How to, wie man das .Net Framework mit Intune (Endpoint Manager) als Win32-App auf Windows 10 & 11 Clients verteilt.

  1. Download der dotnet-runtime-8.0.4-win-x64.exe von Microsoft
  2. Mittels Microsoft Win32 Content Prep Tool die dotnet-runtime-8.0.4-win-x64.exe Konvertieren
  3. Login Microsoft Endpoint Manager und eine Win32-App hinzufügen

Install command: dotnet-runtime-8.0.4-win-x64.exe /install /quiet /norestart
Uninstall command: dotnet-runtime-8.0.4-win-x64.exe /uninstall /quiet /norestart

Detection rules: Registry
Key Path: HKEY_LOCAL_MACHINE\SOFTWARE\dotnet\Setup\InstalledVersions\x64\sharedhost
Value name: Version
Operator: Greater than or equal
Value: 8.0

Lukasz
Cloud Engineer