Created
September 6, 2024 08:26
-
-
Save J-a-k-o-b/1dc8b865568dc35593ef226bb6b2f304 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ComplianceCenterConnection=Connect-IPPSSession | |
$ExchangeOnlineConnection=Connect-ExchangeOnline | |
$csvPath="C:\git\thinBlog\ArchiveExport\MailboxList.csv" | |
$eDiscoveryCaseName="Search Archive Mailbox Content $(get-date -format "yyyyMMdd_HHmm")" | |
$eDiscoveryCaseDescription="Searches for all non-system Mailbox Folders within archive mailboxes" | |
$OneSearchForAll=$false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment