Office365 Search Exchange Online Inbox
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://...")
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