Office 365

From Max's Wiki
Revision as of 17:44, 3 November 2017 by Max (talk | contribs)
Jump to navigation Jump to search


Exchange Online

Powershell

Connect to Exchange Online:

$LiveCred = Get-Credential

Login to Organization:

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic –AllowRedirection

Run the following:

Import-PSSession $Session

OneDrive

SharePoint

Admin