Bastien Perez

Freelance Microsoft 365 - Active Directory - Modern Workplace

Vérifier la version TLS utilisée Members

Définition de TLS et SSL TLS (Transport Layer Security) est un protocole qui permet une confidentialité entre un client et un serveur en chiffrant la communication. Dans ce mécanisme le client est l’entité qui veut accéder au service fourni par le serveur. TLS est le successeur de SSL (Secure

Bastien Perez
Bastien Perez
Windows

Install PowerShell Active Directory module Members

To run PowerShell command for Active Directory (Get-ADUser, Get-ADComputer, Get-ADGroup, New-ADUser, etc.), the PowerShell module must be on the computer (workstation or server). There are two methods: 1. with the Active Directory PowerShell module installation. It depends on your Windows version 2. with module import via

Bastien Perez
Bastien Perez
Active Directory

Installer module Active Directory pour PowerShell Members

Pour exécuter les commandes PowerShell relatives à Active Directory (Get-ADUser, Get-ADComputer, Get-ADGroup, New-ADUser, etc.), il est nécessaire que le module PowerShell soit présent sur l’ordinateur. Il y a pour cela deux méthodes : 1. via l’installation du module PowerShell Active Directory. L’installation dépend de

Bastien Perez
Bastien Perez
Active Directory

Capture a network trace without installing anything on Windows Members

Netsh the native tool on Windows On Microsoft Windows systems, you can perform a network capture without installing any tools. This is particularly useful on production servers where you can't install any software or if your server has not a graphical interface (Windows Server Core or Nano mode)

Bastien Perez
Bastien Perez
Windows

Réaliser une capture réseau sans rien installer sur Windows Members

Netsh, l’outil intégré à Windows Sur les systèmes Microsoft Windows, il est possible de réaliser une capture réseau sans installer d’outils. Cela est particulièrement utile sur les serveurs de production où il n’est pas possible d’installer de logiciel (chez des clients par exemple) ou ceux dépourvus

Bastien Perez
Bastien Perez
Windows