Office 365

From Max's Wiki
Revision as of 22:04, 2 November 2017 by Max (talk | contribs) (Created page with "__FORCETOC__ =Exchange Online= ==Powershell== #Connect to Exchange Online: $LiveCred = Get-Credential #Login to Organization: Username & Password #Run the following: $Sess...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Exchange Online

Powershell

  1. Connect to Exchange Online:
$LiveCred = Get-Credential
  1. Login to Organization:
Username & Password
  1. Run the following:
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection
  1. Run the following:
Import-PSSession $Session

OneDrive

SharePoint

Admin