diff --git a/README.md b/README.md
index c396de6f63f9b6277ddb755ec6464694720203fb..a72cd0b38a2f2ee84139a218064c91e8b376085e 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