Winget on Windows Server 2025 Preview
Hi All,
If you read my Blog on a regular Base, you know i am playing around with Windows Server 2025 Preview (aka Windows Server vNext).
- Windows Server VNext (2025) Build 26040
- Windows Server Insider Preview Build 25941 reveals new AD Forest and Domain functional Levels
Recently i’ve upgraded to the Build Number 26085.1
The OS Version can also be extracted with PowerShell
Get-ComputerInfo | Select-Object OSName, OSVersion, OsHardwareAbstractionLayer
One of the cool things is that you can use Winget now also on Windows Server 2025
winget list sysinternal
winget find sysinternals
Install Sysinternals ProcessExplorer with Winget
winget install Microsoft.Sysinternal.ProcessExplorer
To use the alias created, you need to open up a new PowerShell Window or a new Tab in Windows Terminal
process-explorer
How cool is that - really like it 😍
Regards
Andres Bohren