How To Connect To Office 365 using Powershell Windows 7&10
Описание
This video will teach you how to connect on O365 and Azure AD using Powershell on Windows machine.
Windows 7 Prerequisite
msoidcli_64.msi - https://www.microsoft.com/en-us/downl...
Windows6.1-KB2506143-x64.msu - https://www.microsoft.com/en-us/downl...
Windows6.0-KB2506146-x64.msu - https://www.microsoft.com/en-us/downl...
Windows 10 Prerequisite
AdministrationConfig_3.msi - http://connect.microsoft.com/site1164...
msoidcli_64.msi - https://www.microsoft.com/en-us/downl...
Script that I used in the Video
1. $Credential = Get-Credential
2. Set-ExecutionPolicy RemoteSigned -Force
3. $O365Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powersh... -Credential $Credential -Authentication Basic -AllowRedirection
4. Import-PSSession $O365Session
5. Get-PSSession | ft -AutoSize
6. Import-Module MSOnline
7. Connect-MsolService -Credential $Credential
Thank you for watching!...HTH
Рекомендуемые видео



















