management
120 TopicsAdd native postfix to Windows Server
With the removal of smtp from Windows Server starting with Windows Server 2025, microsoft should add postfix to the server in a similar manner to how ssh was added to windows server. The source code is actively maintained: https://github.com/vdukhovni/postfix.782Views7likes1CommentWorry about Nano Server Future ...
I'm really worry about future of Nano Server. I read this https://blogs.technet.microsoft.com/hybridcloud/2017/06/15/delivering-continuous-innovation-with-windows-server/on technet and I have many doubts about. I think this is a really bad idea "downgrade" Nano Server as a standalone server. There are many escenarios that is perfect, DNS Server, IIS Server, Storage Server, Hyper-V host, Container host, Azure Server, Host Guardian Server, and many many others. Limit Nano Server to a Container is really sad. What about headless is great ! Less surface of attack, more secure ! Small footprint and less services running ! Nano Server is the future of cloud server ! Please reconsider that decission, If we want to use Server Core, Full desktop or Nano Server, let us decide, please. I love Nano Server and I expend many hours testing and making manuals like https://gallery.technet.microsoft.com/Manual-implementacin-paso-af8b12ba. Hope Microsoft Server Team consider this post.Solved3.1KViews6likes2CommentsSURVEY: July 2023 Windows Server and Microsoft Entra ID (Azure Active Directory) survey
Feedback window has been extended for this survey! July 2023 Windows Server and Microsoft Entra ID (Azure Active Directory) survey This survey is intended to help the Windows Server engineering team learn more about your organization’s needs regarding Windows Server and Microsoft Entra ID (formerly Azure Active Directory). All responses are anonymous and all questions are optional. This data will be used for research purposes only. Thank you for your time. Survey Link2.4KViews4likes0CommentsHow to Install WSL 2 on Windows Server
A couple of months ago Microsoft announced the Windows Subsystem for Linux 2 (WSL 2), which is a successor of the Windows Subsytem for Linux shipped a couple of years ago. WSL 2 is currently available for Windows Insiders running Windows 10 Insider Preview Build 18917 or higher and with the Docker Tech Preview, you can now even run Docker Linux Container directly on WSL 2. With the latest Windows Server Insider Preview build 18945, you are also able to run WSL 2 on Windows Server. In this blog post, I am going to show you how you can install the Windows Subsystem for Linux 2 (WSL 2) on Windows Server. The Windows Subsystem for Linux was already available in earlier versions of Windows Server; however, WSL 2 brings a lot of new advantages. Read more here: https://www.thomasmaurer.ch/2019/08/how-to-install-wsl-2-on-windows-server/43KViews3likes1CommentIn-place upgrade possibility planned for Windows Server 2025 Datacenter Azure Edition ?
There is currently no official ISO for Windows Server Datacenter: Azure Edition that supports setup.exe /auto upgrade for in-place upgrades. Azure Update Manager does not support OS version upgrades for Azure Edition through optional features. Is anyone aware of a supported workaround?416Views3likes4CommentsWindows Admin center V2 Authentication issue
Windows Admin center V2 "Modernized" v2.0.01 will not operate in Windows Authentication mode. If you run the installer in Remote Express mode, it is set to Forms Authentication. This mode will not allow a login with an Active Directory administrator the V2 gateway is joined to, only the local machine administrator. If you rerun the setup in custom mode and attempt to indicate Kerberos / Windows Authentication the gateway will not run. If you use the powershell admin script to run the command "Set-WACLoginMode -Mode WindowsAuthentication" on a functioning gateway in Forms auth mode, the gateway will crash/not run. Both methods of setting integrated authentication produce this .NET runtime error below. Running the indicated netsh command produces no change in behavior and no change in future .NET runtime errors. Running a netsh show command clearly displays the indicated urlacl exists. The gateway server OS is Windows 2022 STD Desktop Exp. This is not installed SxS with V1 gateway. V1 gateway operates without issue on this server when installed. Application: WindowsAdminCenter.exe CoreCLR Version: 6.0.2523.51912 .NET Version: 6.0.25 Description: The process was terminated due to an unhandled exception. Exception Info: Microsoft.AspNetCore.Server.HttpSys.HttpSysException (5): The prefix 'https://+:6600/' is not registered. Please run the following command as Administrator to register this prefix: netsh http add urlacl url=https://+:6600/ user=DOMAINHIDDEN\WAC$ See "Preregister URL prefixes on the server" on https://go.microsoft.com/fwlink/?linkid=2127065 for more information. at Microsoft.AspNetCore.Server.HttpSys.UrlGroup.RegisterPrefix(String uriPrefix, Int32 contextId) at Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection.RegisterAllPrefixes(UrlGroup urlGroup) at Microsoft.AspNetCore.Server.HttpSys.HttpSysListener.Start() at Microsoft.AspNetCore.Server.HttpSys.MessagePump.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken) at Microsoft.AspNetCore.Hosting.GenericWebHostService.StartAsync(CancellationToken cancellationToken) at Microsoft.Extensions.Hosting.Internal.Host.StartAsync(CancellationToken cancellationToken) at Microsoft.WindowsAdminCenter.Core.HostingRuntime.StartAsync(CancellationToken cancellationToken) at Microsoft.WindowsAdminCenter.Executable.WindowsService.OnStart(String[] args) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_1(Object state) at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() at System.Threading.Thread.StartCallback()1.4KViews3likes0Commentsb26063 - Questions on SSH optional feature
Dear Windows Server Insider Team, I have a question about SSH. Once I've heard that - the OpenSSH Optional Feature component in Windows 10/11 is outdated, - it had a security issue due to this circumstance - one could not simply patch with with a CU This all sound too strange to be true, so what's about this rumour? Most of all with the b26063 and SSH being enabled per default, is this still the case or is the OpenSSH now component updated with this step? Thank you so much, to shed more light onto this.Solved1.4KViews3likes3CommentsFEATURE REQUEST - Welcome to a new era of activation tooling - this is not an announcement
Dear Windows Server Team, with exception of Hyper-V Clusters using AVMA or Azure (HCI) Activation, I really hope this this feature request will bear some fruits. With the deprecation / revoked support and future removal of Visual Basic Scripting slmgr.vbs is certainly one of the most used scripts in this regard. Probably, next to some printmgr.vbs stuff some might still rely on. Since we believe you do not want to update Server Manager anymore, that this feature request might be helpful. Affects: Windows Client Windows Server sconfig Windows Admin Center (in Azure) does not affect (I believe since we have a config plane here) Azure Stack HCI How about bringing Windows Activation and Management over to WAC? This would ultimately make WAC more needed for average users - A possible WAC extension (since there are changes like product version and names) for Windows Server and Client activation. - A PowerShell (preferably PS7) commandlets for all of these so these could be used as an alternative to WAC plus of course used by sconfig (starting from WS 2022). proposed features of this extension / PShell commandlets: - install / uninstall key(s) - view keys - view activation status - activate key - show remaining activation key count (MAK, OEM) - show activation source (ADBA, AVMA, KMS, MAK, OEM) - links to learn.microsoft.com about AVMA generic keys, how AVMA works, ADBA, VAMT, and at last KMS for legacy systems. - more verbose error messages, if any related WAC feedback item1.8KViews3likes6CommentsFEATURE REQUEST - DONE - vNext should include the new Task Manager experience
Like no other Windows Server is a best fit for the new Task Manager experience that we got in Windows 11, especially full text search for processes, services etc. Also include the "hidden" shift key in the menu. Holding down Shift in the Processes list will freeze it (stop refreshing) making it easer to find something. This is something very unknown and including it in the menu bar as a shortcut might make it more popular. Thank you so much for considering this. I understand this might require the desktop experience pack or other changes but since WS vNext is a huge shift in terms of UX adopting Windows 11 UI and improved settings app and Notepad, Terminal, this gem should not be left out.537Views3likes1CommentFeature Request: Windows Terminal in Windows Server vNext
Microsoft Terminal would be a great addition. If not included inbox due to dependencies and support - let us have an installation script or integration via Windows Admin Center for Windows Server 2022 and Windows Server vNext.706Views3likes0Comments