From 6034ac3303407764418cbae3405b615a0e76a990 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20MARECHAL?= <bmarechal@grandlyon.com>
Date: Thu, 10 Nov 2022 15:04:02 +0000
Subject: [PATCH] Update README.md

---
 README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c396de6..a72cd0b 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ Check user exist :
 [adsi]"$LDAP_USER_CONNECTION_STRING"
 ```
 
-
+Check AD auth  : 
 ```powershell
 Function Test-ADUserAuthentication {
     param(
@@ -102,9 +102,14 @@ Test-ADUserAuthentication -ADUserLogin $ADUserLogin -ADUserPassword $ADUserPassw
 
 ```
 
+Check Member of a group :
 
+```
+Import-Module ActiveDirectory
+Get-ADGroupMember $GROUP_NAME | select name,distinguishedname 
+```
 
-Client SMTP
+## Client SMTP
 SMTP Parameters
 SMTP Test with Mail command
 SMTP Testing with Telnet
-- 
GitLab