Office365 Search Exchange Online Inbox

From Michael's Information Zone
Revision as of 14:07, 21 December 2018 by Michael.mast (talk | contribs) (Created page with "==Access to Exchange Online== Log into exchange online. <pre> $livecred = get-credential $session = New-PSSession -configurationname microsoft.exchange -connectionuri https://...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Access to Exchange Online

Log into exchange online.

$livecred = get-credential
$session = New-PSSession -configurationname microsoft.exchange -connectionuri https://ps.outlook.com/powershell/ -credential $livecred -authentication basic -allowredirection
import-pssession $session

Search an inbox