mirror of
https://github.com/dafthack/MailSniper
synced 2026-06-08 13:44:44 +00:00
Update README.md
This commit is contained in:
@@ -95,3 +95,8 @@ Invoke-UsernameHarvestOWA -ExchHostname mail.domain.com -UserList .\userlist.txt
|
||||
```PowerShell
|
||||
Invoke-OpenInboxFinder -EmailList email-list.txt
|
||||
```
|
||||
**Get-ADUsernameFromEWS** is a module that will attempt to determine the Active Directory username for a single email address or a list of addresses. Use the Get-GlobalAddressList module to harvest a full list of email addresses to use with Get-ADUsernameFromEWS.
|
||||
```PowerShell
|
||||
Get-ADUsernameFromEWS -EmailList email-list.txt
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user