
Am 08. Juli hat Microsoft FSLogix 25.06 veröffentlich. Hier ein kurzer Beitrag zum Update, dem Neuen, gefixten und bekannten Problemen. Großartige Änderungen zum Update auf die FSLogix Version 25.04 dürfte es nicht geben. 😉
- Der Beitrag zum Release in der Microsoft Tech Community: FSLogix Release 25.06 is now generally available! | Microsoft Community Hub
- Der Downloadlink zur Version 25.06: Download FSLogix 25.06 from Official Microsoft Download Center
- Die Release Notes zur FSLogix Version 25.06: FSLogix Release Notes – FSLogix | Microsoft Learn
Eine Übersicht zu den „Fixed Issues“ sowie „Known Issues“ und „Neuerungen„:
Fixed Issues
- Fixed an issue where FSLogix attempted to look up a user token before it was initialized during profile load.
Known Issues
- Devices that are only Entra joined will see an increase in Event Log errors (EventID 26)
- When signing into the same virtual machine between sessions, ‚Resultant Set of Policy‘ (RSOP) or GPResult /R fails to find any data
- OneDrive is intermittently stuck at signing in on Windows Server 2019
- ODFC settings applied to systems after ProfileLoad during sign in aren’t applied to the user
Neuerungen
- Support, data roaming, and application registration for Microsoft Outlook for Windows (MSIX version).
- Enabled special handling for the registration of the MSIX package family in both Profiles and ODFC.
- Supports redirections of the application data for ODFC containers.
- Allows coexistence between classic and Outlook for Windows under a single configuration setting.
Starten wir mit dem Update-Einzeiler in der Kommandozeile:
C:\_Deploy\FSLogix_25.06\x64\Release\FSLogixAppsSetup.exe /install /quiet /norestart /log "C:\_Deploy\FSL2506-Inst-Log.txt"
Alternativ hier Script für die neue Version 25.06 von FSLogix:
Start-BitsTransfer -Source "https://download.microsoft.com/download/a7599f72-a0b3-49a1-9ece-2f54f6557ee1/FSLogix_25.06.zip" `
-Destination "C:\_Deploy\FSLogix_25.06.zip"
Unblock-File -Path "C:\_Deploy\FSLogix_25.06.zip"
Expand-Archive -Path "C:\_Deploy\FSLogix_25.06.zip" `
-DestinationPath "C:\_Deploy\FSLogix_25.06"
Remove-Item -Path "C:\_Deploy\FSLogix_25.06.zip"
$FSLInstaller = Get-ChildItem -Path "C:\_Deploy\FSLogix_25.06" `
-Include "FSLogixAppsSetup.exe" `
-Recurse
$FSLInstProc = Start-Process -FilePath $FSLInstaller.FullName `
-ArgumentList "/install /quiet /norestart /log `"C:\_Deploy\FSL2506-Inst-Log.txt`"" `
-WorkingDirectory $FSLInstaller.DirectoryName `
-PassThru `
-Wait
Im Anschluss wird ein Reboot benötigt. Das müsste dann händisch erledigt werden oder man packt es flott in das Script.
FSL2506-Inst-Log_000_FSLogixAppsSetup.txt:
…
MSI (s) (C8:48) [10:14:20:962]: Windows Installer installed the product. Product Name: Microsoft FSLogix Apps. Product Version: 3.25.626.21064. Product Language: 1033. Manufacturer: FSLogix, Inc.. Installation success or error status: 0.
MSI (s) (C8:48) [10:14:20:962]: Value of RebootAction property is 1
MSI (s) (C8:48) [10:14:20:962]: Windows Installer requires a system restart. Product Name: Microsoft FSLogix Apps. Product Version: 3.25.626.21064. Product Language: 1033. Manufacturer: FSLogix, Inc.. Type of System Restart: 2. Reason for Restart: 2.MSI (s) (C8:48) [10:14:20:962]: Product: Microsoft FSLogix Apps. Restart required. The installation or update for the product required a restart for all changes to take effect. The restart was deferred to a later time.
…
Auszug aus dem Logifle „FSL2506-Inst-Log_000_FSLogixAppsSetup.txt“
Zu guter Letzt, hier der Bildband in vier Akten zum Update auf FSLogix 25.06:




Schreibe einen Kommentar