.Net 8.0.4 framework mit Intune auf Windows deployen
Mai 18, 2024
Ein symples How to, wie man das .Net Framework mit Intune (Endpoint Manager) als Win32-App auf Windows 10 & 11 Clients verteilt.
- Download der dotnet-runtime-8.0.4-win-x64.exe von Microsoft
- Mittels Microsoft Win32 Content Prep Tool die dotnet-runtime-8.0.4-win-x64.exe Konvertieren
- 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