Update README.md

This commit is contained in:
dafthack
2016-10-25 22:12:21 -04:00
committed by GitHub
parent 4cd95f3204
commit c71d8e7e87
+2
View File
@@ -43,6 +43,7 @@ AdminUserName - The username of an Exchange administator (i.e. member of
AdminPassword - The password to the Exchange administator (i.e. member of the "Exchange Organization Administrators" or "Organization Management" group) account specified with AdminUserName.
EmailList - A text file listing email addresses to search (one per line).
Folder - The folder within each mailbox to search. By default the script only searches the "Inbox" folder. By specifying 'all' for the Folder option all of the folders including subfolders of the specified mailbox will be searched.
Regex - The regex parameter allows for the use of regular expressions when doing searches. This will override the -Terms flag.
```
###Invoke-SelfSearch Options
```
@@ -54,6 +55,7 @@ OutputCsv - Outputs the results of the search to a CSV file.
ExchangeVersion - Specify the version of Exchange server to connect to. By default the script tries Exchange2010.
Remote - A switch for performing the search remotely across the Internet against a system hosting EWS. Instead of utilizing the current user's credentials if the -Remote option is added a new credential box will pop up for accessing the remote EWS service.
Folder - The folder within each mailbox to search. By default the script only searches the "Inbox" folder. By specifying 'all' for the Folder option all of the folders including subfolders of the specified mailbox will be searched.
Regex - The regex parameter allows for the use of regular expressions when doing searches. This will override the -Terms flag.
```
## Additional MailSniper Modules
**Get-GlobalAddressList** is a module that will first attempt to connect to an Outlook Web Access portal and utilize the "FindPeople" method (only available in Exchange2013 and up) of gathering email addresses from the Global Address List. If this does not succeed the script will attempt to connect to Exchange Web Services where it will attempt to gather the Global Address List.