Vue normale

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.
À partir d’avant-hierFlux principal

Migrate a file server to Windows Server 2025

Par : Leos Marek
7 mai 2025 à 22:51
A structured approach that covers technical steps and strategic planning can streamline the migration of a file server to Windows Server 2025. This article explores two main migration strategies—keeping or changing the file server’s hostname—and demonstrates how to transfer shared folders and data using a custom PowerShell script. By following these methods, you can ensure a smooth transition to the latest server OS while minimizing user disruption and preserving file access settings.

Source

Check the Windows Server version to determine if an in-place upgrade to Server 2025 is supported

25 avril 2025 à 18:28
Before upgrading to Windows Server 2025, check your existing Windows Server version to determine if an in-place upgrade is feasible. You can check the Windows version via the graphical user interface, Windows PowerShell, or the command prompt.

Source

AD CS : comment délivrer un certificat TLS pour un serveur Web Linux ?

24 avril 2025 à 09:45

Avec ce tutoriel, apprenez à délivrer un certificat SSL / TLS pour un serveur Web sous Linux, qu'il soit sous Apache2 ou Nginx, afin de bénéficier du HTTPS.

The post AD CS : comment délivrer un certificat TLS pour un serveur Web Linux ? first appeared on IT-Connect.

Configure DNSSEC on Windows Server

14 avril 2025 à 14:33
DNSSEC is a security standard that protects the Domain Name System by ensuring only authorized servers can respond to DNS queries. Microsoft's DNS server has supported DNSSEC zone signing for some time. However, to take full advantage of DNSSEC, client systems must also be configured, typically via Group Policy, to request authentic responses.

Source

Upgrade Microsoft Hyper-V Server 2019 (free) to Windows Server 2025 Hyper-V role

Par : Leos Marek
3 avril 2025 à 17:18
Microsoft Hyper-V Server 2019 is a standalone product that allows you to virtualize your environment at no cost. In this post, you will learn about the options available to upgrade to the paid Windows Server 2025 Hyper-V role.

Source

Disable NTLM authentication on Windows Server 2025

31 mars 2025 à 14:11
With Microsoft’s decision to deprecate NTLM (NT LAN Manager), it’s time to disable NTLM authentication on Windows Server 2025 and move toward more secure alternatives. NTLMv1 has already been removed in Windows Server 2025 and Windows 11, version 24H2, signaling the beginning of NTLM’s end. Given the protocol’s vulnerabilities—like pass-the-hash attacks—organizations should begin transitioning to stronger authentication methods such as Kerberos, the preferred protocol in Active Directory environments.

Source

Install Hyper-V Docker containers on Windows Server 2025

Par : Thomas Joos
14 mars 2025 à 15:45
On a Windows host, strictly isolated Docker containers can be operated thanks to Hyper-V, which is capable of running an operating system different from Windows Server. Microsoft offers Server Core and Nano Server as operating systems suitable for this purpose. Windows services inside the containers can be managed locally using the CLI or remotely using established GUI tools.

Source

Docker container in Server 2025: Windows vs. Hyper-V vs. WSL2

27 février 2025 à 17:41
Windows Server 2025 offers multiple options for running Docker containers, supporting both Linux and Windows. Users can choose between two isolation modes for Windows containers, while Linux containers can optionally run on WSL 2. Additionally, Server 2025 improves backward compatibility.

Source

Install an iSCSI Server on Windows Server 2025

12 février 2025 à 16:29
Installing an iSCSI server on Windows Server 2025 enables the creation of scalable and flexible storage solutions by presenting remote drives as locally accessible resources. This guide provides a step-by-step approach to deploying an iSCSI server, configuring iSCSI virtual disks, and establishing connections to iSCSI targets from a client. Additionally, it examines the advantages and potential limitations of the iSCSI protocol.

Source

Comment installer un serveur SFTP sur Windows Server

Dans cet article, nous verrons ensemble comment installer un serveur SFTP sur Windows Server. J’utiliserai ici Windows Serveur 2022 mais vous pouvez faire de même sur les versions précédentes. Nous utiliserons ici le logiciel open source OpenSSH pour réaliser cette tâche. Pourquoi utiliser un serveur SFTP ? Un serveur SFTP est un moyen sécurisé et …
❌
❌