OfficeDev / O365-InvestigationTooling

MIT License
574 stars 361 forks source link

DumpDelegates updates, gitignore CSVs/Sensitive files, Add MailboxUPN to InboxRule #42

Open PsychoData opened 5 years ago

PsychoData commented 5 years ago

Add add .gitignore to ignore CSVs (Since they are input and output for these functions) Also Ignore ConfigForO365Investigations.json since it's possibly going to have sensitive info in it

Restructure DumpDelegatesandForwardingRules to use Get-Mailbox, and to not need MSOnline for one of the Scripts. Add Mailbox UPN field for InboxRules to save having to do lookups with the inboxrules you get back

PsychoData commented 5 years ago

This does not include #30/#39 - those still need to be merged/fixed with this.