I needed a quick way to check activation status of Windows Servers in a domain. This is the solution I came up with using PowerShell to run the slmgr.vbs script for output. I’m not great with PowerShell, and I’m sure this can be cleaned up or made more efficient, but this ‘hack’ worked for me.
I’m not a huge fan of the new right-click context menu in Windows 11 because there are some utilities I use that I constantly need to select “Show More Options…” on.
To revert the new style right-click context menu to the old style, a simple Registry modification can be made; here’s the command line.
I’ve been plagued by the following error when copying small files to/from a NAS on my LAN using Windows 11 22H2.
0x80070026 Reached the end of the file.
There doesn’t seem to be a rhyme or reason to this. It’s on a TeraStation Pro II NAS. If I copy large files, no issue. Sometimes I can compress the file on the NAS into a ZIP and then copy it to my system.
There are two servicing models for Windows server – a long term servicing channel and a semi annual channel.
The Long Term Servicing Channel (LTSC) is like the old server releases of 2008, 2012 etc. They are major releases that are supported for a long time. While they do get security updates, they don’t get many (if any) feature updates. The idea behind these version of Windows Server is that it is stable, so it’s a good choice for your core infrastructure.
The other servicing option is is the Semi-Annual Channel (SAC). This version of Windows Server has new features, but a much shorter support period. The new features tend to be geared more towards things like Containers and Microservices – devops stuff. This version of windows is unavailable with a GUI – it is in core mode only.
Unless you need any of the features in the SAC branch (1909, 1903) then there isn’t really a need to upgrade. Nearly all of our clients are on 1809 because it is stable – only a couple have deployed 1903 or 1909 and these are for very specialised reasons.
As 1809 and 1909 are two different servicing channels, they cannot be upgraded in place.
The following table summarizes the key differences between the channels:
Description
Long-Term Servicing Channel (Windows Server 2019)
Semi-Annual Channel (Windows Server)
Recommended scenarios
General purpose file servers, Microsoft and non-Microsoft workloads, traditional apps, infrastructure roles, software-defined Datacenter, and hyper-converged infrastructure
Containerized applications, container hosts, and application scenarios benefiting from faster innovation
New releases
Every 2–3 years
Every 6 months
Support
5 years of mainstream support, plus 5 years of extended support
18 months
Editions
All available Windows Server editions
Standard and Datacenter editions
Who can use it?
All customers through all channels
Software Assurance and cloud customers only
Installation options
Server Core and Server with Desktop Experience
Server Core for container host and image and Nano Server container image