Disable AppReadiness for better #AppX#MSIX performance on terminalserver – bad advice. Without it, MSIX provisioning falls apart and self-heal turns into a full-time job. Leave it on Automatic. Some Windows services are only "useless" until you switch them off :-)
We have updated our PowerShell module for #Microsoft#MSIX and #PSF (Package Support Framework) automation. It now includes some new features, such as Tim Mangan’s new FTACom and MFR Fixups. The complete fixup for Acrobat is working again.
github.com/AndreasNick/MSIXF…
Great, Microsoft has now announced official support for #AppAttach for #MSIX and #AppV for Server 2022/2025 in Azure. If something doesn't work, recreate it in Azure and open a support ticket ;-)
techcommunity.microsoft.com/…
Here's how easy it is to get a sorted list of all installed #Windows Server features using #PowerShell :-)
Get-WindowsFeature | Where-Object { $_.InstallState -eq "Installed" } | Sort-Object Name | Format-Table Name, DisplayName, InstallState -AutoSize
Today we released the first public version of ZeroPortal — a free drop-in replacement for the Microsoft App-V Publishing Server, which is discontinued in April 2026. Compatible with the App-V PS client. HA clustering Reporting included. 🔗 zeroportal.de#AppV
Win11 25H2 known issues
OS Build 26100.7623
KB5074109
2026-01-13
Apps might become unresponsive when saving files to cloud-backed storage
Affected apps include Outlook, which can become unresponsive when accessing PST files stored on Microsoft OneDrive
learn.microsoft.com/en-us/wi…
I have a small script here for testing the #Citrix LAS licensing ports from the on-premises license server. Of course, you can also use it in a similar way for other firewall testing tasks.
github.com/AndreasNick/Power…
We all have to migrate to #Citrix#LAS and Cloud Licensing. How to do this is described here:
docs.citrix.com/en-us/licens…
Some addresses were forgotten :-( Every user received a license error when they logon in my customer env.. The missing addresses in the screenshot
GPT4All
A free-to-use, locally running, privacy-aware language model (LLM) chatbot. No GPU or internet required. GPT4All is not going to have a subscription fee ever. GPT4All is Free4All.
Thanks
@NickInformation
for the hint!
gpt4all.io/
CMTrace.exe requires a SCCM license, so if you`re unlicensed you should use LogExpert instead to analyze @MSIntune logs. Heck, you can even use the free version of @MasterPackager to create a MSI.
github.com/LogExperts/LogExp…
The KB5067036 update is now available on Windows 11 computers running 24H2 &25H2 and includes the Administrator Protection feature. This feature leverages Windows Hello (PIN or biometric) for administrator actions and uses a temporary token which is destroyed after use. This feature is off by default and can be enabled via Group Policy.
bleepingcomputer.com/news/mi…techcommunity.microsoft.com/…