Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

PsychoData
Copy link

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

arjancornelissen and others added 3 commits June 22, 2018 16:38
Added UpdateInboxRules, UpdateCalendarDelegation to AuditAdmin and AuditOwner as per new feature MC142244
Ignore Input/Output CSVs
Ignore ConfigForO365Investigations
Reworked this script to use Get-Mailbox instead of Get-MSOLUser, since if you have an AD synced Tenant, this will probably have a good number of MSOLUsers that aren't tied to Mailboxes.

Moved big Get-Mailbox pull to top and reused the data
Added Mailbox param to UPN (to save having to re-lookup whose mailbox it's connected to)

Also, fixes
 (OfficeDev#41)
@PsychoData
Copy link
Author

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

esuiru and others added 7 commits January 25, 2019 11:35
Fixed typo on line 25 "no" to "not"
Added comments.
Added Resultsize unlimited to get all mailboxes is a larger tenant
Update EnableMailboxAuditing.ps1
Update InactiveUsersLast90Days.ps1
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants