Skip to content
Snippets Groups Projects
Commit 6034ac33 authored by Benoit MARECHAL's avatar Benoit MARECHAL :fish:
Browse files

Update README.md

parent c368da1f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment