Cloud and Datacenter Management Blog

Microsoft Hybrid Cloud blogsite about Management


Leave a comment

Windows Server after 30 Years running all over the World #Winserv #WindowsServer #AzureHybrid

 

Yesterday Microsoft Windows NT Server version 3.1 had his 30 years anniversary on July 27, 2023.
At that Time I was working for a Computer Broker as an IT technician, working with IBM mainframes like
System 36 and AS/400 with PC connections and going from OS/2 to Microsoft Windows NT.
The biggest change was Microsoft Windows NT 4 Server and Windows NT 4 Workstation making small networks and
Enterprise Datacenters here in the Netherlands. Doing early Beta programs with Windows Server 2000 and Windows 2003 Server instead of Windows NT 4 in production. In the Netherlands we made one of the first Microsoft Windows 2008 R2
Hyper-V Clusters in the Datacenter with Blade Server Technology to virtualize almost every physical Server.
Doing Upgrades to Windows Server 2012 R2 and making the first connection with Microsoft Azure with a System Center Data Protection Manager (DPM) 2012 R2 and Azure Vault. At this time lot of companies are doing migrations from Windows
Server 2012 R2 to Windows Server 2019 or Windows Server 2022. Or they are innovating to the Microsoft Azure Cloud.
Microsoft Azure Stack HCI Clusters is a New way to work Hybrid with Azure Cloud technology.

As a Microsoft MVP for Cloud and Datacenter Management and Windows Insider MVP, I work every day with Windows Servers
in Datacenters and now also in the Microsoft Azure Cloud. What I really like is the Microsoft Windows Server Insider Program
Here you can test the Newest Microsoft Windows Server Insider Preview Builds from the Windows Server product group and give your opinions / ideas and Feedback on the new features in Windows Server but also in Windows.
You can build your own Test Lab like I did in Microsoft Azure with Virtual Machines:

Windows Server 2022 Insider Preview Datacenter Azure Edition Build 25379

Here you see my Azure Virtual Machine with Windows Server 2022 Insider Preview Build Azure Edition.
More information about Microsoft Windows Server Azure Edition is here

Today it’s a Hybrid Cloud World to get the benefits of Microsoft Azure Cloud together with your on-premises DataCenters.
You can connect your Windows Servers with Microsoft Azure Arc agent for central Cloud Management features, Security with
Azure Defender for Cloud, Azure Monitor and Log Analytics. Here you find all the Microsoft Azure Arc Service docs.

I’m really curious about the future of Microsoft Windows Server in a world where you have Azure Open AI

Microsoft Technology is going fast, but I really liked the 30 years I worked with Microsoft Windows Server and the
Product Groups also with the Windows Insider Program Team 🙂

Going for the Next 30 years of Microsoft Windows, Server, Clusters, and Containers

 


Leave a comment

#Microsoft Windows Server and SMB Protocol #Winserv #WindowsServer2022

Server Message Block (SMB)

The Server Message Block (SMB) Protocol is a network file sharing protocol, and as implemented in Microsoft Windows is known as Microsoft SMB Protocol. The set of message packets that defines a particular version of the protocol is called a dialect. The Common Internet File System (CIFS) Protocol is a dialect of SMB. Both SMB and CIFS are also available on VMS, several versions of Unix, and other operating systems.
Here you can see the versions of MS-CIFS and download free white papers

Today SMBv1 is a not save protocol and will be used by hackers for man in the middle attacks to compromise your data and systems. SMBv1 is a weak protocol and should not be used in your environment. There are still a lot of Windows Servers 2012 R2 in the world running in datacenters with SMBv1 by Default enabled. To make your Windows Server more secure, you can disable SMBv1 protocol via a Group Policy Object (GPO).

In the following steps we will disable SMBv1 on Windows Servers via GPO.

Open Group Policy Management in your Domain.

Click on Group Policy Object with your right mouse button.
Click on New.

Give your policy a Name.

I made also an temporary Exception policy.

Right click on your new Policy Object.
Click on Edit.

Go to Computer Configuration => Preferences => Windows Settings
Click on Registry.

Click on New and then on Registry Item.

Here you have to add the following Registry Properties:

Set these settings.

Set Path: HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

Click on Apply for these Registry settings.

SMBv1 Disable setting is set in the Policy Object.

This is the path where we push the policy via GPO.

Here we Link the Existing GPO to the OU with the Windows Server 2012 R2
to disable SMBv1 Protocol.

Select your new Policy to disable SMBv1 Protocol.

We have now Linked the new GPO to Disable SMBv1

GPUpdate /force on your Server to disable SMBv1
To get the new GPO active on your Server.

Policy Update successfully.

GPResult /r to see the results.

Get-SmbServerConfiguration | Select EnableSMB1Protocol

or

Get-SmbServerConfiguration

You can still as a administrator enable SMBv1 on your Server with :

Set-SmbServerConfiguration -EnableSMB1Protocol $true

When the Server gets a reboot, SMBv1 will be disabled by GPO again.

When you have maintenance window for updates for example, you can un-install the SMBv1 Feature in Server Manager. This procedure needs a restart of the Windows Server.

Go to Server Manager remove features.

Click on Remove Roles and Features.

Remove the mark at SMB 1.0/CIFS File Sharing Support Feature.

Click on Remove.

Click on Close and Reboot the Server

Now SMBv1 protocol on the Windows Server is disabled and will use a higher version of SMB like version 2.x or 3.x.

More Microsoft information can be found here on Docs.

SMB over QUIC on Windows Server 2022

SMB over QUIC introduces an alternative to the TCP network transport, providing secure, reliable connectivity to edge file servers over untrusted networks like the Internet. QUIC is an IETF-standardized protocol with many benefits when compared with TCP:

  • All packets are always encrypted and handshake is authenticated with TLS 1.3
  • Parallel streams of reliable and unreliable application data
  • Exchanges application data in the first round trip (0-RTT)
  • Improved congestion control and loss recovery
  • Survives a change in the clients IP address or port

SMB over QUIC offers an “SMB VPN” for telecommuters, mobile device users, and high security organizations. The server certificate creates a TLS 1.3-encrypted tunnel over the internet-friendly UDP port 443 instead of the legacy TCP port 445. All SMB traffic, including authentication and authorization within the tunnel is never exposed to the underlying network. SMB behaves normally within the QUIC tunnel, meaning the user experience doesn’t change. SMB features like multichannel, signing, compression, continuous availability, directory leasing, and so on, work normally.

Client Server Handshake and Data transfer differences.

Here you find a Great blogpost of Ned Pyle

SMB over QUIC: Files Without the VPN

Conclusion

When you still have Windows Servers running with SMBv1 by default enabled, for security you should disable SMBv1 protocol as soon as possible! Otherwise you make it easy for hackers to compromise your data with man in the middle attacks. In Windows Server 2019 and higher SMBv1 is disabled by default. Have a look at SMB over QUIC in your test environment and learn how secure it is and how it works for your security and data.


Leave a comment

#Microsoft Windows Server 2016 TP5 Comparison Guide for Download and Try #Winserv #Hyperv #NanoServer

Features Comparison Windows Server 2016 TP5

This feature comparison guide compares selected features of Microsoft Windows Server 2008 R2, Windows Server 2012 R2, and Windows Server 2016. Its goal is to help customers understand the differences from the version they are running today and the latest version available from Microsoft.
The comparison table includes comments about each feature, as well as notation about how well each feature is supported in each release.

Download this Awesome Feature Comparison guide here

Windows Server BannerHere you can Try Microsoft Windows Server 2016 TP5

Or

Windows Server 2016 on AzureHere you can Try Windows Server 2016 on Microsoft Azure


Leave a comment

USE #UserVoice for Feedback to the #Microsoft Developer Teams Make IT BETTER TOGETHER

MSFT UserVoice Feedback

Use Uservoice for getting features into Microsoft Products and give the Developer Teams your feedback.
It’s based on a voting system, the feature or special feedback with the most votes from users around the world will be picked out by the product team 🙂
Here you find some links to Microsoft Product Teams on Uservoice to give your feedback :

Feedback to Azure
MAKE IT BETTER TOGETHER 😉