Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Migrate a file server to Windows Server 2025

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

Configure DNSSEC on Windows Server

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

Disable NTLM authentication on Windows Server 2025

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

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

Install an iSCSI Server on Windows Server 2025

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 …
❌